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.
3880 3881 3882 |
# File 'sig/types.rbs', line 3880 def hierarchy_id @hierarchy_id end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
3879 3880 3881 |
# File 'sig/types.rbs', line 3879 def property_id @property_id end |
#property_path ⇒ ::Array[Types::AssetModelPropertyPathSegment]
Returns the value of attribute property_path.
3881 3882 3883 |
# File 'sig/types.rbs', line 3881 def property_path @property_path end |