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.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def colors_configuration @colors_configuration end |
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def column @column end |
#decal_settings_configuration ⇒ Types::DecalSettingsConfiguration
Returns the value of attribute decal_settings_configuration.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def decal_settings_configuration @decal_settings_configuration end |
#format_configuration ⇒ Types::FormatConfiguration
Returns the value of attribute format_configuration.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def format_configuration @format_configuration end |
#role ⇒ "DIMENSION", "MEASURE"
Returns the value of attribute role.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def role @role end |