Class: Aws::Types::StartCommandExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartCommandExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
-
#execution_timeout_seconds ⇒ ::Integer
Returns the value of attribute execution_timeout_seconds.
-
#parameters ⇒ ::Hash[::String, Types::CommandParameterValue]
Returns the value of attribute parameters.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
124 125 126 |
# File 'sig/types.rbs', line 124 def client_token @client_token end |
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
121 122 123 |
# File 'sig/types.rbs', line 121 def command_arn @command_arn end |
#execution_timeout_seconds ⇒ ::Integer
Returns the value of attribute execution_timeout_seconds.
123 124 125 |
# File 'sig/types.rbs', line 123 def execution_timeout_seconds @execution_timeout_seconds end |
#parameters ⇒ ::Hash[::String, Types::CommandParameterValue]
Returns the value of attribute parameters.
122 123 124 |
# File 'sig/types.rbs', line 122 def parameters @parameters end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
120 121 122 |
# File 'sig/types.rbs', line 120 def target_arn @target_arn end |