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

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



6907
6908
6909
6910
6911
6912
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6907

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)


6907
6908
6909
6910
6911
6912
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6907

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