Class: Aws::IoTSiteWise::Types::ListProjectsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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)


6829
6830
6831
6832
6833
6834
6835
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6829

class ListProjectsRequest < Struct.new(
  :portal_id,
  :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)


6829
6830
6831
6832
6833
6834
6835
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6829

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

#portal_idString

The ID of the portal.

Returns:

  • (String)


6829
6830
6831
6832
6833
6834
6835
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6829

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