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.
12155 12156 12157 |
# File 'sig/types.rbs', line 12155 def column @column end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
12154 12155 12156 |
# File 'sig/types.rbs', line 12154 def field_id @field_id end |
#format_configuration ⇒ Types::FormatConfiguration
Returns the value of attribute format_configuration.
12156 12157 12158 |
# File 'sig/types.rbs', line 12156 def format_configuration @format_configuration end |