Class: Aws::IoTSiteWise::Types::ListGatewaysResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_summariesArray<Types::GatewaySummary>

A list that summarizes each gateway.

Returns:



6736
6737
6738
6739
6740
6741
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6736

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

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


6736
6737
6738
6739
6740
6741
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6736

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