Class: Aws::Types::RelationshipValue
- Inherits:
-
Object
- Object
- Aws::Types::RelationshipValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_component_name ⇒ ::String
Returns the value of attribute target_component_name.
-
#target_entity_id ⇒ ::String
Returns the value of attribute target_entity_id.
Instance Attribute Details
#target_component_name ⇒ ::String
Returns the value of attribute target_component_name.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def target_component_name @target_component_name end |
#target_entity_id ⇒ ::String
Returns the value of attribute target_entity_id.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def target_entity_id @target_entity_id end |