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.
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.
11171 11172 11173 |
# File 'sig/types.rbs', line 11171 def field_id @field_id end |
#url_styling ⇒ Types::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.
11174 11175 11176 |
# File 'sig/types.rbs', line 11174 def visibility @visibility end |
#width ⇒ ::String
Returns the value of attribute width.
11172 11173 11174 |
# File 'sig/types.rbs', line 11172 def width @width end |