Class: Aws::Types::TableFieldOption

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)


10783
10784
10785
# File 'sig/types.rbs', line 10783

def custom_label
  @custom_label
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


10781
10782
10783
# File 'sig/types.rbs', line 10781

def field_id
  @field_id
end

#url_stylingTypes::TableFieldURLConfiguration

Returns the value of attribute url_styling.



10785
10786
10787
# File 'sig/types.rbs', line 10785

def url_styling
  @url_styling
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


10784
10785
10786
# File 'sig/types.rbs', line 10784

def visibility
  @visibility
end

#width::String

Returns the value of attribute width.

Returns:

  • (::String)


10782
10783
10784
# File 'sig/types.rbs', line 10782

def width
  @width
end