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.



1787
1788
1789
# File 'sig/types.rbs', line 1787

def colors_configuration
  @colors_configuration
end

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



1784
1785
1786
# File 'sig/types.rbs', line 1784

def column
  @column
end

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

Returns:

  • ("DIMENSION", "MEASURE")


1786
1787
1788
# File 'sig/types.rbs', line 1786

def role
  @role
end