Class: Aws::IoTSiteWise::Types::ListProjectAssetsRequest

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)


6790
6791
6792
6793
6794
6795
6796
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6790

class ListProjectAssetsRequest < Struct.new(
  :project_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)


6790
6791
6792
6793
6794
6795
6796
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6790

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

#project_idString

The ID of the project.

Returns:

  • (String)


6790
6791
6792
6793
6794
6795
6796
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6790

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