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.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def field_data_type @field_data_type end |
#filter_overrides ⇒ Types::FilterOverrides
Returns the value of attribute filter_overrides.
3083 3084 3085 |
# File 'sig/types.rbs', line 3083 def filter_overrides @filter_overrides end |
#is_nullable ⇒ Boolean
Returns the value of attribute is_nullable.
3080 3081 3082 |
# File 'sig/types.rbs', line 3080 def is_nullable @is_nullable end |
#is_orderable ⇒ Boolean
Returns the value of attribute is_orderable.
3082 3083 3084 |
# File 'sig/types.rbs', line 3082 def is_orderable @is_orderable end |
#is_partitionable ⇒ Boolean
Returns the value of attribute is_partitionable.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def is_partitionable @is_partitionable end |
#is_queryable ⇒ Boolean
Returns the value of attribute is_queryable.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def is_queryable @is_queryable end |
#name ⇒ ::String
Returns the value of attribute name.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def name @name end |
#response_date_format ⇒ ::String
Returns the value of attribute response_date_format.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def response_date_format @response_date_format end |