Class: Aws::Types::GetCommandResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCommandResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
-
#command_id ⇒ ::String
Returns the value of attribute command_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#mandatory_parameters ⇒ ::Array[Types::CommandParameter]
Returns the value of attribute mandatory_parameters.
-
#namespace ⇒ "AWS-IoT", "AWS-IoT-FleetWise"
Returns the value of attribute namespace.
-
#payload ⇒ Types::CommandPayload
Returns the value of attribute payload.
-
#payload_template ⇒ ::String
Returns the value of attribute payload_template.
-
#pending_deletion ⇒ Boolean
Returns the value of attribute pending_deletion.
-
#preprocessor ⇒ Types::CommandPreprocessor
Returns the value of attribute preprocessor.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def command_arn @command_arn end |
#command_id ⇒ ::String
Returns the value of attribute command_id.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def command_id @command_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def created_at @created_at end |
#deprecated ⇒ Boolean
Returns the value of attribute deprecated.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def deprecated @deprecated end |
#description ⇒ ::String
Returns the value of attribute description.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def display_name @display_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def last_updated_at @last_updated_at end |
#mandatory_parameters ⇒ ::Array[Types::CommandParameter]
Returns the value of attribute mandatory_parameters.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def mandatory_parameters @mandatory_parameters end |
#namespace ⇒ "AWS-IoT", "AWS-IoT-FleetWise"
Returns the value of attribute namespace.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def namespace @namespace end |
#payload ⇒ Types::CommandPayload
Returns the value of attribute payload.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def payload @payload end |
#payload_template ⇒ ::String
Returns the value of attribute payload_template.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def payload_template @payload_template end |
#pending_deletion ⇒ Boolean
Returns the value of attribute pending_deletion.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def pending_deletion @pending_deletion end |
#preprocessor ⇒ Types::CommandPreprocessor
Returns the value of attribute preprocessor.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def preprocessor @preprocessor end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def role_arn @role_arn end |