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.
10965 10966 10967 |
# File 'sig/types.rbs', line 10965 def resource_type @resource_type end |
#resource_type_options ⇒ ::Array[Types::ImageUsageResourceTypeOption]
Returns the value of attribute resource_type_options.
10966 10967 10968 |
# File 'sig/types.rbs', line 10966 def @resource_type_options end |