Class: Aws::Types::GetCommandExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCommandExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#execution_timeout_seconds ⇒ ::Integer
Returns the value of attribute execution_timeout_seconds.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#parameters ⇒ ::Hash[::String, Types::CommandParameterValue]
Returns the value of attribute parameters.
-
#result ⇒ ::Hash[::String, Types::CommandExecutionResult]
Returns the value of attribute result.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#status_reason ⇒ Types::StatusReason
Returns the value of attribute status_reason.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
-
#time_to_live ⇒ ::Time
Returns the value of attribute time_to_live.
Instance Attribute Details
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def command_arn @command_arn end |
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def completed_at @completed_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def created_at @created_at end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def execution_id @execution_id end |
#execution_timeout_seconds ⇒ ::Integer
Returns the value of attribute execution_timeout_seconds.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def execution_timeout_seconds @execution_timeout_seconds end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def last_updated_at @last_updated_at end |
#parameters ⇒ ::Hash[::String, Types::CommandParameterValue]
Returns the value of attribute parameters.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def parameters @parameters end |
#result ⇒ ::Hash[::String, Types::CommandExecutionResult]
Returns the value of attribute result.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def result @result end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def started_at @started_at end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def status @status end |
#status_reason ⇒ Types::StatusReason
Returns the value of attribute status_reason.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def status_reason @status_reason end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def target_arn @target_arn end |
#time_to_live ⇒ ::Time
Returns the value of attribute time_to_live.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def time_to_live @time_to_live end |