Class: Aws::IoTSiteWise::Types::ListGatewaysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListGatewaysRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
Default: 50
7391 7392 7393 7394 7395 7396 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7391 class ListGatewaysRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results.
7391 7392 7393 7394 7395 7396 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7391 class ListGatewaysRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |