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.
16513 16514 16515 |
# File 'sig/types.rbs', line 16513 def option_name @option_name end |
#option_values ⇒ ::Array[::String]
Returns the value of attribute option_values.
16514 16515 16516 |
# File 'sig/types.rbs', line 16514 def option_values @option_values end |