Class: Aws::IoTFleetWise::Types::ListStateTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListStateTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
-
#summaries ⇒ Array<Types::StateTemplateSummary>
A list of information about each state template.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
3139 3140 3141 3142 3143 3144 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3139 class ListStateTemplatesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::StateTemplateSummary>
A list of information about each state template.
3139 3140 3141 3142 3143 3144 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3139 class ListStateTemplatesResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |