Class: Aws::Types::UpdateCommandResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCommandResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_id ⇒ ::String
Returns the value of attribute command_id.
-
#deprecated ⇒ Boolean
Returns the value of attribute deprecated.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
Instance Attribute Details
#command_id ⇒ ::String
Returns the value of attribute command_id.
5093 5094 5095 |
# File 'sig/types.rbs', line 5093 def command_id @command_id end |
#deprecated ⇒ Boolean
Returns the value of attribute deprecated.
5096 5097 5098 |
# File 'sig/types.rbs', line 5096 def deprecated @deprecated end |
#description ⇒ ::String
Returns the value of attribute description.
5095 5096 5097 |
# File 'sig/types.rbs', line 5095 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
5094 5095 5096 |
# File 'sig/types.rbs', line 5094 def display_name @display_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
5097 5098 5099 |
# File 'sig/types.rbs', line 5097 def last_updated_at @last_updated_at end |