Class: Aws::Types::UpdateCommandRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCommandRequest
- 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.
Instance Attribute Details
#command_id ⇒ ::String
Returns the value of attribute command_id.
5085 5086 5087 |
# File 'sig/types.rbs', line 5085 def command_id @command_id end |
#deprecated ⇒ Boolean
Returns the value of attribute deprecated.
5088 5089 5090 |
# File 'sig/types.rbs', line 5088 def deprecated @deprecated end |
#description ⇒ ::String
Returns the value of attribute description.
5087 5088 5089 |
# File 'sig/types.rbs', line 5087 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
5086 5087 5088 |
# File 'sig/types.rbs', line 5086 def display_name @display_name end |