Class: Aws::Types::AssociateAttributeGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAttributeGroupResponse
- 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.
53 54 55 |
# File 'sig/types.rbs', line 53 def application_arn @application_arn end |
#attribute_group_arn ⇒ ::String
Returns the value of attribute attribute_group_arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def attribute_group_arn @attribute_group_arn end |