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