Class: Aws::Types::CodegenGenericDataRelationshipType
- Inherits:
-
Object
- Object
- Aws::Types::CodegenGenericDataRelationshipType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_fields ⇒ ::Array[::String]
Returns the value of attribute associated_fields.
-
#belongs_to_field_on_related_model ⇒ ::String
Returns the value of attribute belongs_to_field_on_related_model.
-
#can_unlink_associated_model ⇒ Boolean
Returns the value of attribute can_unlink_associated_model.
-
#is_has_many_index ⇒ Boolean
Returns the value of attribute is_has_many_index.
-
#related_join_field_name ⇒ ::String
Returns the value of attribute related_join_field_name.
-
#related_join_table_name ⇒ ::String
Returns the value of attribute related_join_table_name.
-
#related_model_fields ⇒ ::Array[::String]
Returns the value of attribute related_model_fields.
-
#related_model_name ⇒ ::String
Returns the value of attribute related_model_name.
-
#type ⇒ "HAS_MANY", ...
Returns the value of attribute type.
Instance Attribute Details
#associated_fields ⇒ ::Array[::String]
Returns the value of attribute associated_fields.
90 91 92 |
# File 'sig/types.rbs', line 90 def associated_fields @associated_fields end |
#belongs_to_field_on_related_model ⇒ ::String
Returns the value of attribute belongs_to_field_on_related_model.
89 90 91 |
# File 'sig/types.rbs', line 89 def @belongs_to_field_on_related_model end |
#can_unlink_associated_model ⇒ Boolean
Returns the value of attribute can_unlink_associated_model.
86 87 88 |
# File 'sig/types.rbs', line 86 def can_unlink_associated_model @can_unlink_associated_model end |
#is_has_many_index ⇒ Boolean
Returns the value of attribute is_has_many_index.
91 92 93 |
# File 'sig/types.rbs', line 91 def is_has_many_index @is_has_many_index end |
#related_join_field_name ⇒ ::String
Returns the value of attribute related_join_field_name.
87 88 89 |
# File 'sig/types.rbs', line 87 def @related_join_field_name end |
#related_join_table_name ⇒ ::String
Returns the value of attribute related_join_table_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def @related_join_table_name end |
#related_model_fields ⇒ ::Array[::String]
Returns the value of attribute related_model_fields.
85 86 87 |
# File 'sig/types.rbs', line 85 def @related_model_fields end |
#related_model_name ⇒ ::String
Returns the value of attribute related_model_name.
84 85 86 |
# File 'sig/types.rbs', line 84 def @related_model_name end |
#type ⇒ "HAS_MANY", ...
Returns the value of attribute type.
83 84 85 |
# File 'sig/types.rbs', line 83 def type @type end |