Class: Aws::Types::ConfigurationOptionSetting
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationOptionSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#option_name ⇒ ::String
Returns the value of attribute option_name.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#namespace ⇒ ::String
Returns the value of attribute namespace.
188 189 190 |
# File 'sig/types.rbs', line 188 def namespace @namespace end |
#option_name ⇒ ::String
Returns the value of attribute option_name.
189 190 191 |
# File 'sig/types.rbs', line 189 def option_name @option_name end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
187 188 189 |
# File 'sig/types.rbs', line 187 def resource_name @resource_name end |
#value ⇒ ::String
Returns the value of attribute value.
190 191 192 |
# File 'sig/types.rbs', line 190 def value @value end |