Class: Aws::Types::GetEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEntitlementRequest
- 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.
141 142 143 |
# File 'sig/types.rbs', line 141 def application_arn @application_arn end |
#entitlement_id ⇒ ::String
Returns the value of attribute entitlement_id.
142 143 144 |
# File 'sig/types.rbs', line 142 def entitlement_id @entitlement_id end |