Class: Aws::Types::DisassociateAttributeGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateAttributeGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#attribute_group_arn ⇒ ::String
Returns the value of attribute attribute_group_arn.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
162 163 164 |
# File 'sig/types.rbs', line 162 def application_arn @application_arn end |
#attribute_group_arn ⇒ ::String
Returns the value of attribute attribute_group_arn.
163 164 165 |
# File 'sig/types.rbs', line 163 def attribute_group_arn @attribute_group_arn end |