Class: Aws::Types::SupportedResourceType
- Inherits:
-
Object
- Object
- Aws::Types::SupportedResourceType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cfn_resource_types ⇒ ::Array[::String]
Returns the value of attribute cfn_resource_types.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#service ⇒ ::String
Returns the value of attribute service.
Instance Attribute Details
#cfn_resource_types ⇒ ::Array[::String]
Returns the value of attribute cfn_resource_types.
469 470 471 |
# File 'sig/types.rbs', line 469 def cfn_resource_types @cfn_resource_types end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
468 469 470 |
# File 'sig/types.rbs', line 468 def resource_type @resource_type end |
#service ⇒ ::String
Returns the value of attribute service.
467 468 469 |
# File 'sig/types.rbs', line 467 def service @service end |