Class: Aws::IoTSiteWise::Types::DescribeAssetPropertyResponse

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_external_idString

The external ID of the asset. For more information, see Using external IDs in the IoT SiteWise User Guide.

Returns:

  • (String)


4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4175

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_idString

The ID of the asset, in UUID format.

Returns:

  • (String)


4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4175

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_model_idString

The ID of the asset model, in UUID format.

Returns:

  • (String)


4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4175

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_nameString

The name of the asset.

Returns:

  • (String)


4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4175

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_propertyTypes::Property

The asset property's definition, alias, and notification state.

This response includes this object for normal asset properties. If you describe an asset property in a composite model, this response includes the asset property information in compositeModel.

Returns:



4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4175

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#composite_modelTypes::CompositeModelProperty

The composite model that declares this asset property, if this asset property exists in a composite model.



4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4175

class DescribeAssetPropertyResponse < Struct.new(
  :asset_id,
  :asset_name,
  :asset_model_id,
  :asset_property,
  :composite_model,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end