Class: Aws::Types::ImageUsageResourceType
- Inherits:
-
Object
- Object
- Aws::Types::ImageUsageResourceType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#resource_type_options ⇒ ::Array[Types::ImageUsageResourceTypeOption]
Returns the value of attribute resource_type_options.
Instance Attribute Details
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
11444 11445 11446 |
# File 'sig/types.rbs', line 11444 def resource_type @resource_type end |
#resource_type_options ⇒ ::Array[Types::ImageUsageResourceTypeOption]
Returns the value of attribute resource_type_options.
11445 11446 11447 |
# File 'sig/types.rbs', line 11445 def @resource_type_options end |