Class: Aws::Types::CompositeModelProperty
- Inherits:
-
Object
- Object
- Aws::Types::CompositeModelProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_property ⇒ Types::Property
Returns the value of attribute asset_property.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#asset_property ⇒ Types::Property
Returns the value of attribute asset_property.
696 697 698 |
# File 'sig/types.rbs', line 696 def asset_property @asset_property end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
698 699 700 |
# File 'sig/types.rbs', line 698 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
697 698 699 |
# File 'sig/types.rbs', line 697 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
694 695 696 |
# File 'sig/types.rbs', line 694 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
695 696 697 |
# File 'sig/types.rbs', line 695 def type @type end |