Class: Aws::IoTSiteWise::Types::ListAssetModelPropertiesRequest

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_model_idString

The ID of the asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.

Returns:

  • (String)


6936
6937
6938
6939
6940
6941
6942
6943
6944
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6936

class ListAssetModelPropertiesRequest < Struct.new(
  :asset_model_id,
  :next_token,
  :max_results,
  :filter,
  :asset_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#asset_model_versionString

The version alias that specifies the latest or active version of the asset model. The details are returned in the response. The default value is LATEST. See Asset model versions in the IoT SiteWise User Guide.

Returns:

  • (String)


6936
6937
6938
6939
6940
6941
6942
6943
6944
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6936

class ListAssetModelPropertiesRequest < Struct.new(
  :asset_model_id,
  :next_token,
  :max_results,
  :filter,
  :asset_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#filterString

Filters the requested list of asset model properties. You can choose one of the following options:

  • ALL – The list includes all asset model properties for a given asset model ID.

  • BASE – The list includes only base asset model properties for a given asset model ID.

Default: BASE

Returns:

  • (String)


6936
6937
6938
6939
6940
6941
6942
6943
6944
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6936

class ListAssetModelPropertiesRequest < Struct.new(
  :asset_model_id,
  :next_token,
  :max_results,
  :filter,
  :asset_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return for each paginated request. If not specified, the default value is 50.

Returns:

  • (Integer)


6936
6937
6938
6939
6940
6941
6942
6943
6944
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6936

class ListAssetModelPropertiesRequest < Struct.new(
  :asset_model_id,
  :next_token,
  :max_results,
  :filter,
  :asset_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


6936
6937
6938
6939
6940
6941
6942
6943
6944
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6936

class ListAssetModelPropertiesRequest < Struct.new(
  :asset_model_id,
  :next_token,
  :max_results,
  :filter,
  :asset_model_version)
  SENSITIVE = []
  include Aws::Structure
end