Class: Aws::Types::ListCommandExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCommandExecutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
-
#completed_time_filter ⇒ Types::TimeFilter
Returns the value of attribute completed_time_filter.
-
#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.
-
#started_time_filter ⇒ Types::TimeFilter
Returns the value of attribute started_time_filter.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#command_arn ⇒ ::String
Returns the value of attribute command_arn.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def command_arn @command_arn end |
#completed_time_filter ⇒ Types::TimeFilter
Returns the value of attribute completed_time_filter.
3135 3136 3137 |
# File 'sig/types.rbs', line 3135 def completed_time_filter @completed_time_filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def max_results @max_results end |
#namespace ⇒ "AWS-IoT", "AWS-IoT-FleetWise"
Returns the value of attribute namespace.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def next_token @next_token end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
3133 3134 3135 |
# File 'sig/types.rbs', line 3133 def sort_order @sort_order end |
#started_time_filter ⇒ Types::TimeFilter
Returns the value of attribute started_time_filter.
3134 3135 3136 |
# File 'sig/types.rbs', line 3134 def started_time_filter @started_time_filter end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
3132 3133 3134 |
# File 'sig/types.rbs', line 3132 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
3136 3137 3138 |
# File 'sig/types.rbs', line 3136 def target_arn @target_arn end |