Class: Aws::Types::DisassociateResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application ⇒ ::String
Returns the value of attribute application.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"
Returns the value of attribute resource_type.
Instance Attribute Details
#application ⇒ ::String
Returns the value of attribute application.
168 169 170 |
# File 'sig/types.rbs', line 168 def application @application end |
#resource ⇒ ::String
Returns the value of attribute resource.
170 171 172 |
# File 'sig/types.rbs', line 170 def resource @resource end |
#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"
Returns the value of attribute resource_type.
169 170 171 |
# File 'sig/types.rbs', line 169 def resource_type @resource_type end |