Class: Aws::Types::CodegenGenericDataModel
- Inherits:
-
Object
- Object
- Aws::Types::CodegenGenericDataModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Hash[::String, Types::CodegenGenericDataField]
Returns the value of attribute fields.
-
#is_join_table ⇒ Boolean
Returns the value of attribute is_join_table.
-
#primary_keys ⇒ ::Array[::String]
Returns the value of attribute primary_keys.
Instance Attribute Details
#fields ⇒ ::Hash[::String, Types::CodegenGenericDataField]
Returns the value of attribute fields.
71 72 73 |
# File 'sig/types.rbs', line 71 def fields @fields end |
#is_join_table ⇒ Boolean
Returns the value of attribute is_join_table.
72 73 74 |
# File 'sig/types.rbs', line 72 def is_join_table @is_join_table end |
#primary_keys ⇒ ::Array[::String]
Returns the value of attribute primary_keys.
73 74 75 |
# File 'sig/types.rbs', line 73 def primary_keys @primary_keys end |