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. |
Command
Required
Command interface{}
- Type: interface{}
InstanceIds
Required
InstanceIds interface{}
- Type: interface{}
RunAgainOn
Optional
RunAgainOn interface{}
- Type: interface{}