Class: Aws::Types::DisassociateResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
296 297 298 |
# File 'sig/types.rbs', line 296 def group_identifier @group_identifier end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
297 298 299 |
# File 'sig/types.rbs', line 297 def resource_arn @resource_arn end |