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.
8705 8706 8707 8708 8709 8710 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8705 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.
8705 8706 8707 8708 8709 8710 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8705 class ListProjectAssetsResponse < Struct.new( :asset_ids, :next_token) SENSITIVE = [] include Aws::Structure end |