Class: Aws::Types::LabelOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_label::String

Returns the value of attribute custom_label.

Returns:

  • (::String)


7149
7150
7151
# File 'sig/types.rbs', line 7149

def custom_label
  @custom_label
end

#font_configurationTypes::FontConfiguration

Returns the value of attribute font_configuration.



7148
7149
7150
# File 'sig/types.rbs', line 7148

def font_configuration
  @font_configuration
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


7147
7148
7149
# File 'sig/types.rbs', line 7147

def visibility
  @visibility
end