RosCommandsProps
Properties for defining a RosCommands.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-commands
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.RosCommandsProps {
CommandId: interface{},
CommandName: interface{},
Description: interface{},
RefreshOptions: interface{},
Type: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
CommandId |
interface{} |
No description. |
CommandName |
interface{} |
No description. |
Description |
interface{} |
No description. |
RefreshOptions |
interface{} |
No description. |
Type |
interface{} |
No description. |
CommandIdOptional
CommandId interface{}
- Type: interface{}
CommandNameOptional
CommandName interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
TypeOptional
Type interface{}
- Type: interface{}