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)


11173
11174
11175
# File 'sig/types.rbs', line 11173

def custom_label
  @custom_label
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


11171
11172
11173
# File 'sig/types.rbs', line 11171

def field_id
  @field_id
end

#url_stylingTypes::TableFieldURLConfiguration

Returns the value of attribute url_styling.



11175
11176
11177
# File 'sig/types.rbs', line 11175

def url_styling
  @url_styling
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


11174
11175
11176
# File 'sig/types.rbs', line 11174

def visibility
  @visibility
end

#width::String

Returns the value of attribute width.

Returns:

  • (::String)


11172
11173
11174
# File 'sig/types.rbs', line 11172

def width
  @width
end