Class: Aws::Types::DataPathLabelType
- Inherits:
-
Object
- Object
- Aws::Types::DataPathLabelType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#field_value ⇒ ::String
Returns the value of attribute field_value.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
3204 3205 3206 |
# File 'sig/types.rbs', line 3204 def field_id @field_id end |
#field_value ⇒ ::String
Returns the value of attribute field_value.
3205 3206 3207 |
# File 'sig/types.rbs', line 3205 def field_value @field_value end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
3206 3207 3208 |
# File 'sig/types.rbs', line 3206 def visibility @visibility end |