Class: Aws::Types::TableFieldOption
- Inherits:
-
Object
- Object
- Aws::Types::TableFieldOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#url_styling ⇒ Types::TableFieldURLConfiguration
Returns the value of attribute url_styling.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
-
#width ⇒ ::String
Returns the value of attribute width.
Instance Attribute Details
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
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.
10781 10782 10783 |
# File 'sig/types.rbs', line 10781 def field_id @field_id end |
#url_styling ⇒ Types::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.
10784 10785 10786 |
# File 'sig/types.rbs', line 10784 def visibility @visibility end |
#width ⇒ ::String
Returns the value of attribute width.
10782 10783 10784 |
# File 'sig/types.rbs', line 10782 def width @width end |