Class: Aws::Types::EntityPropertyReference
- Inherits:
-
Object
- Object
- Aws::Types::EntityPropertyReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#component_path ⇒ ::String
Returns the value of attribute component_path.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#external_id_property ⇒ ::Hash[::String, ::String]
Returns the value of attribute external_id_property.
-
#property_name ⇒ ::String
Returns the value of attribute property_name.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
369 370 371 |
# File 'sig/types.rbs', line 369 def component_name @component_name end |
#component_path ⇒ ::String
Returns the value of attribute component_path.
370 371 372 |
# File 'sig/types.rbs', line 370 def component_path @component_path end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
372 373 374 |
# File 'sig/types.rbs', line 372 def entity_id @entity_id end |
#external_id_property ⇒ ::Hash[::String, ::String]
Returns the value of attribute external_id_property.
371 372 373 |
# File 'sig/types.rbs', line 371 def external_id_property @external_id_property end |
#property_name ⇒ ::String
Returns the value of attribute property_name.
373 374 375 |
# File 'sig/types.rbs', line 373 def property_name @property_name end |