Class: Aws::IoTSiteWise::Types::ListGatewaysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListGatewaysResponse
- Defined in:
- gems/aws-sdk-iotsitewise/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.
6907 6908 6909 6910 6911 6912 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6907 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.
6907 6908 6909 6910 6911 6912 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6907 class ListGatewaysResponse < Struct.new( :gateway_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |