Class: Aws::Types::VariableValue
- Inherits:
-
Object
- Object
- Aws::Types::VariableValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
-
#property_path ⇒ ::Array[Types::AssetModelPropertyPathSegment]
Returns the value of attribute property_path.
Instance Attribute Details
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
3839 3840 3841 |
# File 'sig/types.rbs', line 3839 def hierarchy_id @hierarchy_id end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
3838 3839 3840 |
# File 'sig/types.rbs', line 3838 def property_id @property_id end |
#property_path ⇒ ::Array[Types::AssetModelPropertyPathSegment]
Returns the value of attribute property_path.
3840 3841 3842 |
# File 'sig/types.rbs', line 3840 def property_path @property_path end |