Class: Aws::Types::BatchGetAssetPropertyValueEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueEntry
- 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.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
510 511 512 |
# File 'sig/types.rbs', line 510 def asset_id @asset_id end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
509 510 511 |
# File 'sig/types.rbs', line 509 def entry_id @entry_id end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
512 513 514 |
# File 'sig/types.rbs', line 512 def property_alias @property_alias end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
511 512 513 |
# File 'sig/types.rbs', line 511 def property_id @property_id end |