Class: Aws::Types::ResourceTypeOption
- Inherits:
-
Object
- Object
- Aws::Types::ResourceTypeOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#option_name ⇒ "state-name", "version-depth"
Returns the value of attribute option_name.
-
#option_values ⇒ ::Array[::String]
Returns the value of attribute option_values.
Instance Attribute Details
#option_name ⇒ "state-name", "version-depth"
Returns the value of attribute option_name.
16216 16217 16218 |
# File 'sig/types.rbs', line 16216 def option_name @option_name end |
#option_values ⇒ ::Array[::String]
Returns the value of attribute option_values.
16217 16218 16219 |
# File 'sig/types.rbs', line 16217 def option_values @option_values end |