Class: Aws::Types::ColumnConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ColumnConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#colors_configuration ⇒ Types::ColorsConfiguration
Returns the value of attribute colors_configuration.
-
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
-
#decal_settings_configuration ⇒ Types::DecalSettingsConfiguration
Returns the value of attribute decal_settings_configuration.
-
#format_configuration ⇒ Types::FormatConfiguration
Returns the value of attribute format_configuration.
-
#role ⇒ "DIMENSION", "MEASURE"
Returns the value of attribute role.
Instance Attribute Details
#colors_configuration ⇒ Types::ColorsConfiguration
Returns the value of attribute colors_configuration.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def colors_configuration @colors_configuration end |
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def column @column end |
#decal_settings_configuration ⇒ Types::DecalSettingsConfiguration
Returns the value of attribute decal_settings_configuration.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def decal_settings_configuration @decal_settings_configuration end |
#format_configuration ⇒ Types::FormatConfiguration
Returns the value of attribute format_configuration.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def format_configuration @format_configuration end |
#role ⇒ "DIMENSION", "MEASURE"
Returns the value of attribute role.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def role @role end |