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.
9103 9104 9105 |
# File 'sig/types.rbs', line 9103 def custom_label @custom_label end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
9102 9103 9104 |
# File 'sig/types.rbs', line 9102 def field_id @field_id end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
9104 9105 9106 |
# File 'sig/types.rbs', line 9104 def visibility @visibility end |