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
3656 |
# File 'sig/client.rbs', line 3656
def command_id: () -> ::String
|
#deprecated ⇒ Boolean
3659 |
# File 'sig/client.rbs', line 3659
def deprecated: () -> bool
|
#description ⇒ ::String
3658 |
# File 'sig/client.rbs', line 3658
def description: () -> ::String
|
#display_name ⇒ ::String
3657 |
# File 'sig/client.rbs', line 3657
def display_name: () -> ::String
|
#last_updated_at ⇒ ::Time
3660 |
# File 'sig/client.rbs', line 3660
def last_updated_at: () -> ::Time
|