Class: Aws::Types::FieldDefinition
- Inherits:
-
Object
- Object
- Aws::Types::FieldDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_data_type ⇒ "INT", ...
Returns the value of attribute field_data_type.
-
#filter_overrides ⇒ Types::FilterOverrides
Returns the value of attribute filter_overrides.
-
#is_nullable ⇒ Boolean
Returns the value of attribute is_nullable.
-
#is_orderable ⇒ Boolean
Returns the value of attribute is_orderable.
-
#is_partitionable ⇒ Boolean
Returns the value of attribute is_partitionable.
-
#is_queryable ⇒ Boolean
Returns the value of attribute is_queryable.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#response_date_format ⇒ ::String
Returns the value of attribute response_date_format.
Instance Attribute Details
#field_data_type ⇒ "INT", ...
Returns the value of attribute field_data_type.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def field_data_type @field_data_type end |
#filter_overrides ⇒ Types::FilterOverrides
Returns the value of attribute filter_overrides.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def filter_overrides @filter_overrides end |
#is_nullable ⇒ Boolean
Returns the value of attribute is_nullable.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def is_nullable @is_nullable end |
#is_orderable ⇒ Boolean
Returns the value of attribute is_orderable.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def is_orderable @is_orderable end |
#is_partitionable ⇒ Boolean
Returns the value of attribute is_partitionable.
3069 3070 3071 |
# File 'sig/types.rbs', line 3069 def is_partitionable @is_partitionable end |
#is_queryable ⇒ Boolean
Returns the value of attribute is_queryable.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def is_queryable @is_queryable end |
#name ⇒ ::String
Returns the value of attribute name.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def name @name end |
#response_date_format ⇒ ::String
Returns the value of attribute response_date_format.
3068 3069 3070 |
# File 'sig/types.rbs', line 3068 def response_date_format @response_date_format end |