Class: Aws::Types::Setting
- Inherits:
-
Object
- Object
- Aws::Types::Setting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#option_name ⇒ ::String
Returns the value of attribute option_name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#option_name ⇒ ::String
Returns the value of attribute option_name.
856 857 858 |
# File 'sig/types.rbs', line 856 def option_name @option_name end |
#type ⇒ ::String
Returns the value of attribute type.
858 859 860 |
# File 'sig/types.rbs', line 858 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
857 858 859 |
# File 'sig/types.rbs', line 857 def value @value end |