Class: Aws::Types::Field
- Inherits:
-
Object
- Object
- Aws::Types::Field
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#field_type ⇒ "INT", ...
Returns the value of attribute field_type.
-
#is_createable ⇒ Boolean
Returns the value of attribute is_createable.
-
#is_default_on_create ⇒ Boolean
Returns the value of attribute is_default_on_create.
-
#is_filterable ⇒ Boolean
Returns the value of attribute is_filterable.
-
#is_nullable ⇒ Boolean
Returns the value of attribute is_nullable.
-
#is_partitionable ⇒ Boolean
Returns the value of attribute is_partitionable.
-
#is_primary_key ⇒ Boolean
Returns the value of attribute is_primary_key.
-
#is_retrievable ⇒ Boolean
Returns the value of attribute is_retrievable.
-
#is_updateable ⇒ Boolean
Returns the value of attribute is_updateable.
-
#is_upsertable ⇒ Boolean
Returns the value of attribute is_upsertable.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#native_data_type ⇒ ::String
Returns the value of attribute native_data_type.
-
#parent_field ⇒ ::String
Returns the value of attribute parent_field.
-
#supported_filter_operators ⇒ ::Array[("LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "EQUAL_TO" | "NOT_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "LESS_THAN_OR_EQUAL_TO" | "CONTAINS" | "ORDER_BY")]
Returns the value of attribute supported_filter_operators.
-
#supported_values ⇒ ::Array[::String]
Returns the value of attribute supported_values.
Instance Attribute Details
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def custom_properties @custom_properties end |
#description ⇒ ::String
Returns the value of attribute description.
3040 3041 3042 |
# File 'sig/types.rbs', line 3040 def description @description end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
3038 3039 3040 |
# File 'sig/types.rbs', line 3038 def field_name @field_name end |
#field_type ⇒ "INT", ...
Returns the value of attribute field_type.
3041 3042 3043 |
# File 'sig/types.rbs', line 3041 def field_type @field_type end |
#is_createable ⇒ Boolean
Returns the value of attribute is_createable.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def is_createable @is_createable end |
#is_default_on_create ⇒ Boolean
Returns the value of attribute is_default_on_create.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def is_default_on_create @is_default_on_create end |
#is_filterable ⇒ Boolean
Returns the value of attribute is_filterable.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def is_filterable @is_filterable end |
#is_nullable ⇒ Boolean
Returns the value of attribute is_nullable.
3043 3044 3045 |
# File 'sig/types.rbs', line 3043 def is_nullable @is_nullable end |
#is_partitionable ⇒ Boolean
Returns the value of attribute is_partitionable.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def is_partitionable @is_partitionable end |
#is_primary_key ⇒ Boolean
Returns the value of attribute is_primary_key.
3042 3043 3044 |
# File 'sig/types.rbs', line 3042 def is_primary_key @is_primary_key end |
#is_retrievable ⇒ Boolean
Returns the value of attribute is_retrievable.
3044 3045 3046 |
# File 'sig/types.rbs', line 3044 def is_retrievable @is_retrievable end |
#is_updateable ⇒ Boolean
Returns the value of attribute is_updateable.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def is_updateable @is_updateable end |
#is_upsertable ⇒ Boolean
Returns the value of attribute is_upsertable.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def is_upsertable @is_upsertable end |
#label ⇒ ::String
Returns the value of attribute label.
3039 3040 3041 |
# File 'sig/types.rbs', line 3039 def label @label end |
#native_data_type ⇒ ::String
Returns the value of attribute native_data_type.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def native_data_type @native_data_type end |
#parent_field ⇒ ::String
Returns the value of attribute parent_field.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def parent_field @parent_field end |
#supported_filter_operators ⇒ ::Array[("LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "EQUAL_TO" | "NOT_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "LESS_THAN_OR_EQUAL_TO" | "CONTAINS" | "ORDER_BY")]
Returns the value of attribute supported_filter_operators.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def supported_filter_operators @supported_filter_operators end |
#supported_values ⇒ ::Array[::String]
Returns the value of attribute supported_values.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def supported_values @supported_values end |