Class: Aws::IoTSiteWise::Types::ListProjectAssetsResponse

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

#asset_idsArray<String>

A list that contains the IDs of each asset associated with the project.

Returns:

  • (Array<String>)


6808
6809
6810
6811
6812
6813
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6808

class ListProjectAssetsResponse < Struct.new(
  :asset_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


6808
6809
6810
6811
6812
6813
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6808

class ListProjectAssetsResponse < Struct.new(
  :asset_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end