Class: Aws::Types::CodegenGenericDataField
- Inherits:
-
Object
- Object
- Aws::Types::CodegenGenericDataField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ "ID", ...
Returns the value of attribute data_type.
-
#data_type_value ⇒ ::String
Returns the value of attribute data_type_value.
-
#is_array ⇒ Boolean
Returns the value of attribute is_array.
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#relationship ⇒ Types::CodegenGenericDataRelationshipType
Returns the value of attribute relationship.
-
#required ⇒ Boolean
Returns the value of attribute required.
Instance Attribute Details
#data_type ⇒ "ID", ...
Returns the value of attribute data_type.
61 62 63 |
# File 'sig/types.rbs', line 61 def data_type @data_type end |
#data_type_value ⇒ ::String
Returns the value of attribute data_type_value.
62 63 64 |
# File 'sig/types.rbs', line 62 def data_type_value @data_type_value end |
#is_array ⇒ Boolean
Returns the value of attribute is_array.
65 66 67 |
# File 'sig/types.rbs', line 65 def is_array @is_array end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
64 65 66 |
# File 'sig/types.rbs', line 64 def read_only @read_only end |
#relationship ⇒ Types::CodegenGenericDataRelationshipType
Returns the value of attribute relationship.
66 67 68 |
# File 'sig/types.rbs', line 66 def relationship @relationship end |
#required ⇒ Boolean
Returns the value of attribute required.
63 64 65 |
# File 'sig/types.rbs', line 63 def required @required end |