Class: Aws::IoTSiteWise::Types::CompositeModelProperty

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Contains information about a composite model property on an asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_propertyTypes::Property

Contains asset property information.

Returns:



2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2371

class CompositeModelProperty < Struct.new(
  :name,
  :type,
  :asset_property,
  :id,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The external ID of the composite model that contains the property. For more information, see Using external IDs in the IoT SiteWise User Guide.

Returns:

  • (String)


2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2371

class CompositeModelProperty < Struct.new(
  :name,
  :type,
  :asset_property,
  :id,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the composite model that contains the property.

Returns:

  • (String)


2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2371

class CompositeModelProperty < Struct.new(
  :name,
  :type,
  :asset_property,
  :id,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the property.

Returns:

  • (String)


2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2371

class CompositeModelProperty < Struct.new(
  :name,
  :type,
  :asset_property,
  :id,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the composite model that defines this property.

Returns:

  • (String)


2371
2372
2373
2374
2375
2376
2377
2378
2379
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2371

class CompositeModelProperty < Struct.new(
  :name,
  :type,
  :asset_property,
  :id,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end