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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


6979
6980
6981
6982
6983
6984
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6979

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)


6979
6980
6981
6982
6983
6984
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6979

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