Class: Aws::Types::DisassociateAttributeGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateAttributeGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application ⇒ ::String
Returns the value of attribute application.
-
#attribute_group ⇒ ::String
Returns the value of attribute attribute_group.
Instance Attribute Details
#application ⇒ ::String
Returns the value of attribute application.
156 157 158 |
# File 'sig/types.rbs', line 156 def application @application end |
#attribute_group ⇒ ::String
Returns the value of attribute attribute_group.
157 158 159 |
# File 'sig/types.rbs', line 157 def attribute_group @attribute_group end |