Class: Aws::IoTThingsGraph::Types::GetSystemTemplateRevisionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetSystemTemplateRevisionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
-
#summaries ⇒ Array<Types::SystemTemplateSummary>
An array of objects that contain summary data about the system template revisions.
Instance Attribute Details
#next_token ⇒ String
The string to specify as ‘nextToken` when you request the next page of results.
793 794 795 796 797 798 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 793 class GetSystemTemplateRevisionsResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::SystemTemplateSummary>
An array of objects that contain summary data about the system template revisions.
793 794 795 796 797 798 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 793 class GetSystemTemplateRevisionsResponse < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |