Class: Aws::Types::SheetControlInfoIconLabelOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#info_icon_text::String

Returns the value of attribute info_icon_text.

Returns:

  • (::String)


10089
10090
10091
# File 'sig/types.rbs', line 10089

def info_icon_text
  @info_icon_text
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


10088
10089
10090
# File 'sig/types.rbs', line 10088

def visibility
  @visibility
end