Class: Aws::Types::ColumnConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#colors_configurationTypes::ColorsConfiguration

Returns the value of attribute colors_configuration.



1706
1707
1708
# File 'sig/types.rbs', line 1706

def colors_configuration
  @colors_configuration
end

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



1703
1704
1705
# File 'sig/types.rbs', line 1703

def column
  @column
end

#decal_settings_configurationTypes::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_configurationTypes::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.

Returns:

  • ("DIMENSION", "MEASURE")


1705
1706
1707
# File 'sig/types.rbs', line 1705

def role
  @role
end