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

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)


7000
7001
7002
7003
7004
7005
7006
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7000

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)


7000
7001
7002
7003
7004
7005
7006
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7000

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

#portal_idString

The ID of the portal.

Returns:

  • (String)


7000
7001
7002
7003
7004
7005
7006
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7000

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