Skip to content

RosActivationsProps

Properties for defining a RosActivations.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-activations

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosActivationsProps {
    object ActivationId = null,
    object InstanceName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
ActivationId object No description.
InstanceName object No description.
RefreshOptions object No description.

ActivationIdOptional

public object ActivationId { get; set; }
  • Type: object

InstanceNameOptional

public object InstanceName { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object