Class: Aws::Types::CreateCommandRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCommandRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_id ⇒ ::String
Returns the value of attribute command_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#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.
-
#preprocessor ⇒ Types::CommandPreprocessor
Returns the value of attribute preprocessor.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#command_id ⇒ ::String
Returns the value of attribute command_id.
814 815 816 |
# File 'sig/types.rbs', line 814 def command_id @command_id end |
#description ⇒ ::String
Returns the value of attribute description.
817 818 819 |
# File 'sig/types.rbs', line 817 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
816 817 818 |
# File 'sig/types.rbs', line 816 def display_name @display_name end |
#mandatory_parameters ⇒ ::Array[Types::CommandParameter]
Returns the value of attribute mandatory_parameters.
821 822 823 |
# File 'sig/types.rbs', line 821 def mandatory_parameters @mandatory_parameters end |
#namespace ⇒ "AWS-IoT", "AWS-IoT-FleetWise"
Returns the value of attribute namespace.
815 816 817 |
# File 'sig/types.rbs', line 815 def namespace @namespace end |
#payload ⇒ Types::CommandPayload
Returns the value of attribute payload.
818 819 820 |
# File 'sig/types.rbs', line 818 def payload @payload end |
#payload_template ⇒ ::String
Returns the value of attribute payload_template.
819 820 821 |
# File 'sig/types.rbs', line 819 def payload_template @payload_template end |
#preprocessor ⇒ Types::CommandPreprocessor
Returns the value of attribute preprocessor.
820 821 822 |
# File 'sig/types.rbs', line 820 def preprocessor @preprocessor end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
822 823 824 |
# File 'sig/types.rbs', line 822 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
823 824 825 |
# File 'sig/types.rbs', line 823 def @tags end |