Class: Aws::Types::ListCommandsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCommandsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_parameter_name ⇒ ::String
Returns the value of attribute command_parameter_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#namespace ⇒ "AWS-IoT", "AWS-IoT-FleetWise"
Returns the value of attribute namespace.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#command_parameter_name ⇒ ::String
Returns the value of attribute command_parameter_name.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def command_parameter_name @command_parameter_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def max_results @max_results end |
#namespace ⇒ "AWS-IoT", "AWS-IoT-FleetWise"
Returns the value of attribute namespace.
3150 3151 3152 |
# File 'sig/types.rbs', line 3150 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def next_token @next_token end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
3152 3153 3154 |
# File 'sig/types.rbs', line 3152 def sort_order @sort_order end |