Class: Aws::Types::CommandExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::CommandExecutionSummary
- 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.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
630 631 632 |
# File 'sig/types.rbs', line 630 def command_arn @command_arn end |
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
636 637 638 |
# File 'sig/types.rbs', line 636 def completed_at @completed_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
634 635 636 |
# File 'sig/types.rbs', line 634 def created_at @created_at end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
631 632 633 |
# File 'sig/types.rbs', line 631 def execution_id @execution_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
635 636 637 |
# File 'sig/types.rbs', line 635 def started_at @started_at end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
633 634 635 |
# File 'sig/types.rbs', line 633 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
632 633 634 |
# File 'sig/types.rbs', line 632 def target_arn @target_arn end |