Skip to content

RosRunCommandProps

Properties for defining a RosRunCommand.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudphone-runcommand

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudphone"
&alicloudroscdkcloudphone.RosRunCommandProps {
    Command: interface{},
    InstanceIds: interface{},
    RunAgainOn: interface{},
}

Properties

Name Type Description
Command interface{} No description.
InstanceIds interface{} No description.
RunAgainOn interface{} No description.

CommandRequired

Command interface{}
  • Type: interface{}

InstanceIdsRequired

InstanceIds interface{}
  • Type: interface{}

RunAgainOnOptional

RunAgainOn interface{}
  • Type: interface{}