Class: Aws::Types::DisassociateApplicationFromEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateApplicationFromEntitlementRequest
- 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.
964 965 966 |
# File 'sig/types.rbs', line 964 def application_identifier @application_identifier end |
#entitlement_name ⇒ ::String
Returns the value of attribute entitlement_name.
963 964 965 |
# File 'sig/types.rbs', line 963 def entitlement_name @entitlement_name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
962 963 964 |
# File 'sig/types.rbs', line 962 def stack_name @stack_name end |