Module: Aws::IoT::Client::_UpdateCommandResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateCommandResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #command_id ⇒ ::String
- #deprecated ⇒ Boolean
- #description ⇒ ::String
- #display_name ⇒ ::String
- #last_updated_at ⇒ ::Time
Instance Method Details
#command_id ⇒ ::String
3663 |
# File 'sig/client.rbs', line 3663
def command_id: () -> ::String
|
#deprecated ⇒ Boolean
3666 |
# File 'sig/client.rbs', line 3666
def deprecated: () -> bool
|
#description ⇒ ::String
3665 |
# File 'sig/client.rbs', line 3665
def description: () -> ::String
|
#display_name ⇒ ::String
3664 |
# File 'sig/client.rbs', line 3664
def display_name: () -> ::String
|
#last_updated_at ⇒ ::Time
3667 |
# File 'sig/client.rbs', line 3667
def last_updated_at: () -> ::Time
|