Class: Aws::IoTThingsGraph::Types::GetFlowTemplateRevisionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


662
663
664
665
666
667
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 662

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

#summariesArray<Types::FlowTemplateSummary>

An array of objects that provide summary data about each revision.

Returns:



662
663
664
665
666
667
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 662

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