Class: Aws::Types::FieldOption
- Inherits:
-
Object
- Object
- Aws::Types::FieldOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
556 557 558 |
# File 'sig/types.rbs', line 556 def active @active end |
#name ⇒ ::String
Returns the value of attribute name.
554 555 556 |
# File 'sig/types.rbs', line 554 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
555 556 557 |
# File 'sig/types.rbs', line 555 def value @value end |