Class: Aws::IoTThingsGraph::Types::GetSystemTemplateRevisionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The string to specify as nextToken when you request the next page of results.

Returns:

  • (String)


793
794
795
796
797
798
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 793

class GetSystemTemplateRevisionsResponse < Struct.new(
  :summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#summariesArray<Types::SystemTemplateSummary>

An array of objects that contain summary data about the system template revisions.

Returns:



793
794
795
796
797
798
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 793

class GetSystemTemplateRevisionsResponse < Struct.new(
  :summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end