Class: Aws::Types::PivotTableFieldOption
- Inherits:
-
Object
- Object
- Aws::Types::PivotTableFieldOption
- 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.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#custom_label ⇒ ::String
Returns the value of attribute custom_label.
8752 8753 8754 |
# File 'sig/types.rbs', line 8752 def custom_label @custom_label end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
8751 8752 8753 |
# File 'sig/types.rbs', line 8751 def field_id @field_id end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
8753 8754 8755 |
# File 'sig/types.rbs', line 8753 def visibility @visibility end |