Class: Aws::Types::ImageUsageResourceTypeOption
- Inherits:
-
Object
- Object
- Aws::Types::ImageUsageResourceTypeOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#option_name ⇒ ::String
Returns the value of attribute option_name.
-
#option_values ⇒ ::Array[::String]
Returns the value of attribute option_values.
Instance Attribute Details
#option_name ⇒ ::String
Returns the value of attribute option_name.
11232 11233 11234 |
# File 'sig/types.rbs', line 11232 def option_name @option_name end |
#option_values ⇒ ::Array[::String]
Returns the value of attribute option_values.
11233 11234 11235 |
# File 'sig/types.rbs', line 11233 def option_values @option_values end |