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.
7407 7408 7409 7410 7411 7412 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7407 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.
7407 7408 7409 7410 7411 7412 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7407 class ListGatewaysResponse < Struct.new( :gateway_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |