Class: Aws::IoTSiteWise::Types::ListProjectAssetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListProjectAssetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_ids ⇒ Array<String>
A list that contains the IDs of each asset associated with the project.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#asset_ids ⇒ Array<String>
A list that contains the IDs of each asset associated with the project.
7479 7480 7481 7482 7483 7484 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7479 class ListProjectAssetsResponse < Struct.new( :asset_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
7479 7480 7481 7482 7483 7484 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7479 class ListProjectAssetsResponse < Struct.new( :asset_ids, :next_token) SENSITIVE = [] include Aws::Structure end |