Class: Aws::IoTSiteWise::Types::ListGatewaysRequest

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

#max_resultsInteger

The maximum number of results to return for each paginated request.

Default: 50

Returns:

  • (Integer)


6891
6892
6893
6894
6895
6896
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6891

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

#next_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


6891
6892
6893
6894
6895
6896
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6891

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