Class: Aws::Types::UnaggregatedField
- Inherits:
-
Object
- Object
- Aws::Types::UnaggregatedField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#format_configuration ⇒ Types::FormatConfiguration
Returns the value of attribute format_configuration.
Instance Attribute Details
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
11765 11766 11767 |
# File 'sig/types.rbs', line 11765 def column @column end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
11764 11765 11766 |
# File 'sig/types.rbs', line 11764 def field_id @field_id end |
#format_configuration ⇒ Types::FormatConfiguration
Returns the value of attribute format_configuration.
11766 11767 11768 |
# File 'sig/types.rbs', line 11766 def format_configuration @format_configuration end |