Class: Aws::Types::PutAssetPropertyValueEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutAssetPropertyValueEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
-
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
-
#property_values ⇒ ::Array[Types::AssetPropertyValue]
Returns the value of attribute property_values.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
3256 3257 3258 |
# File 'sig/types.rbs', line 3256 def asset_id @asset_id end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
3255 3256 3257 |
# File 'sig/types.rbs', line 3255 def entry_id @entry_id end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
3258 3259 3260 |
# File 'sig/types.rbs', line 3258 def property_alias @property_alias end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
3257 3258 3259 |
# File 'sig/types.rbs', line 3257 def property_id @property_id end |
#property_values ⇒ ::Array[Types::AssetPropertyValue]
Returns the value of attribute property_values.
3259 3260 3261 |
# File 'sig/types.rbs', line 3259 def property_values @property_values end |