Class: Aws::IoTSiteWise::Types::ListDashboardsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListDashboardsRequest
- 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.
-
#project_id ⇒ String
The ID of the project.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
Default: 50
7320 7321 7322 7323 7324 7325 7326 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7320 class ListDashboardsRequest < Struct.new( :project_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results.
7320 7321 7322 7323 7324 7325 7326 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7320 class ListDashboardsRequest < Struct.new( :project_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The ID of the project.
7320 7321 7322 7323 7324 7325 7326 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7320 class ListDashboardsRequest < Struct.new( :project_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |