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.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def field_id @field_id end |
#field_value ⇒ ::String
Returns the value of attribute field_value.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def field_value @field_value end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def visibility @visibility end |