Module: Aws::IoT::Client::_GetCommandResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCommandResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #command_arn ⇒ ::String
- #command_id ⇒ ::String
- #created_at ⇒ ::Time
- #deprecated ⇒ Boolean
- #description ⇒ ::String
- #display_name ⇒ ::String
- #last_updated_at ⇒ ::Time
- #mandatory_parameters ⇒ ::Array[Types::CommandParameter]
- #namespace ⇒ "AWS-IoT", "AWS-IoT-FleetWise"
- #payload ⇒ Types::CommandPayload
- #payload_template ⇒ ::String
- #pending_deletion ⇒ Boolean
- #preprocessor ⇒ Types::CommandPreprocessor
- #role_arn ⇒ ::String
Instance Method Details
#command_arn ⇒ ::String
2039 |
# File 'sig/client.rbs', line 2039
def command_arn: () -> ::String
|
#command_id ⇒ ::String
2038 |
# File 'sig/client.rbs', line 2038
def command_id: () -> ::String
|
#created_at ⇒ ::Time
2048 |
# File 'sig/client.rbs', line 2048
def created_at: () -> ::Time
|
#deprecated ⇒ Boolean
2050 |
# File 'sig/client.rbs', line 2050
def deprecated: () -> bool
|
#description ⇒ ::String
2042 |
# File 'sig/client.rbs', line 2042
def description: () -> ::String
|
#display_name ⇒ ::String
2041 |
# File 'sig/client.rbs', line 2041
def display_name: () -> ::String
|
#last_updated_at ⇒ ::Time
2049 |
# File 'sig/client.rbs', line 2049
def last_updated_at: () -> ::Time
|
#mandatory_parameters ⇒ ::Array[Types::CommandParameter]
2043 |
# File 'sig/client.rbs', line 2043
def mandatory_parameters: () -> ::Array[Types::CommandParameter]
|
#namespace ⇒ "AWS-IoT", "AWS-IoT-FleetWise"
2040 |
# File 'sig/client.rbs', line 2040
def namespace: () -> ("AWS-IoT" | "AWS-IoT-FleetWise")
|
#payload ⇒ Types::CommandPayload
2044 |
# File 'sig/client.rbs', line 2044
def payload: () -> Types::CommandPayload
|
#payload_template ⇒ ::String
2045 |
# File 'sig/client.rbs', line 2045
def payload_template: () -> ::String
|
#pending_deletion ⇒ Boolean
2051 |
# File 'sig/client.rbs', line 2051
def pending_deletion: () -> bool
|
#preprocessor ⇒ Types::CommandPreprocessor
2046 |
# File 'sig/client.rbs', line 2046
def preprocessor: () -> Types::CommandPreprocessor
|
#role_arn ⇒ ::String
2047 |
# File 'sig/client.rbs', line 2047
def role_arn: () -> ::String
|