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.
3061 3062 3063 |
# File 'sig/types.rbs', line 3061 def field_data_type @field_data_type end |
#filter_overrides ⇒ Types::FilterOverrides
Returns the value of attribute filter_overrides.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def filter_overrides @filter_overrides end |
#is_nullable ⇒ Boolean
Returns the value of attribute is_nullable.
3064 3065 3066 |
# File 'sig/types.rbs', line 3064 def is_nullable @is_nullable end |
#is_orderable ⇒ Boolean
Returns the value of attribute is_orderable.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def is_orderable @is_orderable end |
#is_partitionable ⇒ Boolean
Returns the value of attribute is_partitionable.
3063 3064 3065 |
# File 'sig/types.rbs', line 3063 def is_partitionable @is_partitionable end |
#is_queryable ⇒ Boolean
Returns the value of attribute is_queryable.
3065 3066 3067 |
# File 'sig/types.rbs', line 3065 def is_queryable @is_queryable end |
#name ⇒ ::String
Returns the value of attribute name.
3060 3061 3062 |
# File 'sig/types.rbs', line 3060 def name @name end |
#response_date_format ⇒ ::String
Returns the value of attribute response_date_format.
3062 3063 3064 |
# File 'sig/types.rbs', line 3062 def response_date_format @response_date_format end |