Class: Aws::Types::GetEntitlementResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEntitlementResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#entitlement ⇒ Types::EntitlementDetails
Returns the value of attribute entitlement.
-
#entitlement_id ⇒ ::String
Returns the value of attribute entitlement_id.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
147 148 149 |
# File 'sig/types.rbs', line 147 def application_arn @application_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
150 151 152 |
# File 'sig/types.rbs', line 150 def created_at @created_at end |
#entitlement ⇒ Types::EntitlementDetails
Returns the value of attribute entitlement.
149 150 151 |
# File 'sig/types.rbs', line 149 def entitlement @entitlement end |
#entitlement_id ⇒ ::String
Returns the value of attribute entitlement_id.
148 149 150 |
# File 'sig/types.rbs', line 148 def entitlement_id @entitlement_id end |