Class: Aws::Types::FieldLabelType
- Inherits:
-
Object
- Object
- Aws::Types::FieldLabelType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
5435 5436 5437 |
# File 'sig/types.rbs', line 5435 def field_id @field_id end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
5436 5437 5438 |
# File 'sig/types.rbs', line 5436 def visibility @visibility end |