Class: Aws::Types::DeleteEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEntitlementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#entitlement_id ⇒ ::String
Returns the value of attribute entitlement_id.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
65 66 67 |
# File 'sig/types.rbs', line 65 def application_arn @application_arn end |
#entitlement_id ⇒ ::String
Returns the value of attribute entitlement_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def entitlement_id @entitlement_id end |