Class: Aws::Types::Relationship
- Inherits:
-
Object
- Object
- Aws::Types::Relationship
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#relationship_type ⇒ ::String
Returns the value of attribute relationship_type.
-
#target_component_type_id ⇒ ::String
Returns the value of attribute target_component_type_id.
Instance Attribute Details
#relationship_type ⇒ ::String
Returns the value of attribute relationship_type.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def relationship_type @relationship_type end |
#target_component_type_id ⇒ ::String
Returns the value of attribute target_component_type_id.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def target_component_type_id @target_component_type_id end |