Class: Aws::Types::AssociateApplicationToEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateApplicationToEntitlementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#entitlement_name ⇒ ::String
Returns the value of attribute entitlement_name.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
174 175 176 |
# File 'sig/types.rbs', line 174 def application_identifier @application_identifier end |
#entitlement_name ⇒ ::String
Returns the value of attribute entitlement_name.
173 174 175 |
# File 'sig/types.rbs', line 173 def entitlement_name @entitlement_name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
172 173 174 |
# File 'sig/types.rbs', line 172 def stack_name @stack_name end |