Class: Aws::Types::AssociateAttributeGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAttributeGroupRequest
- 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.
47 48 49 |
# File 'sig/types.rbs', line 47 def application @application end |
#attribute_group ⇒ ::String
Returns the value of attribute attribute_group.
48 49 50 |
# File 'sig/types.rbs', line 48 def attribute_group @attribute_group end |