Class: Aws::Types::AwsElasticBeanstalkEnvironmentOptionSetting
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticBeanstalkEnvironmentOptionSetting
- 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.
2572 2573 2574 |
# File 'sig/types.rbs', line 2572 def namespace @namespace end |
#option_name ⇒ ::String
Returns the value of attribute option_name.
2573 2574 2575 |
# File 'sig/types.rbs', line 2573 def option_name @option_name end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def resource_name @resource_name end |
#value ⇒ ::String
Returns the value of attribute value.
2575 2576 2577 |
# File 'sig/types.rbs', line 2575 def value @value end |