Class: Aws::Types::CommandSummary
- Inherits:
-
Object
- Object
- Aws::Types::CommandSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
-
#command_id ⇒ ::String
Returns the value of attribute command_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deprecated ⇒ Boolean
Returns the value of attribute deprecated.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#pending_deletion ⇒ Boolean
Returns the value of attribute pending_deletion.
Instance Attribute Details
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
694 695 696 |
# File 'sig/types.rbs', line 694 def command_arn @command_arn end |
#command_id ⇒ ::String
Returns the value of attribute command_id.
695 696 697 |
# File 'sig/types.rbs', line 695 def command_id @command_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
698 699 700 |
# File 'sig/types.rbs', line 698 def created_at @created_at end |
#deprecated ⇒ Boolean
Returns the value of attribute deprecated.
697 698 699 |
# File 'sig/types.rbs', line 697 def deprecated @deprecated end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
696 697 698 |
# File 'sig/types.rbs', line 696 def display_name @display_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
699 700 701 |
# File 'sig/types.rbs', line 699 def last_updated_at @last_updated_at end |
#pending_deletion ⇒ Boolean
Returns the value of attribute pending_deletion.
700 701 702 |
# File 'sig/types.rbs', line 700 def pending_deletion @pending_deletion end |