Class: Aws::IoTSiteWise::Types::ListGatewaysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListGatewaysResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_summaries ⇒ Array<Types::GatewaySummary>
A list that summarizes each gateway.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#gateway_summaries ⇒ Array<Types::GatewaySummary>
A list that summarizes each gateway.
8595 8596 8597 8598 8599 8600 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8595 class ListGatewaysResponse < Struct.new( :gateway_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
8595 8596 8597 8598 8599 8600 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8595 class ListGatewaysResponse < Struct.new( :gateway_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |