Class: Aws::Types::CreateEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEntitlementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#entitlement ⇒ Types::Entitlement
Returns the value of attribute entitlement.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
46 47 48 |
# File 'sig/types.rbs', line 46 def application_arn @application_arn end |
#entitlement ⇒ Types::Entitlement
Returns the value of attribute entitlement.
47 48 49 |
# File 'sig/types.rbs', line 47 def entitlement @entitlement end |