Class: Aws::Types::OptionSpecification
- Inherits:
-
Object
- Object
- Aws::Types::OptionSpecification
- 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.
Instance Attribute Details
#namespace ⇒ ::String
Returns the value of attribute namespace.
762 763 764 |
# File 'sig/types.rbs', line 762 def namespace @namespace end |
#option_name ⇒ ::String
Returns the value of attribute option_name.
763 764 765 |
# File 'sig/types.rbs', line 763 def option_name @option_name end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
761 762 763 |
# File 'sig/types.rbs', line 761 def resource_name @resource_name end |