Class: Aws::Types::EntitlementsListMember
- Inherits:
-
Object
- Object
- Aws::Types::EntitlementsListMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#entitlement ⇒ Types::EntitlementSummary
Returns the value of attribute entitlement.
-
#entitlement_id ⇒ ::String
Returns the value of attribute entitlement_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
114 115 116 |
# File 'sig/types.rbs', line 114 def created_at @created_at end |
#entitlement ⇒ Types::EntitlementSummary
Returns the value of attribute entitlement.
113 114 115 |
# File 'sig/types.rbs', line 113 def entitlement @entitlement end |
#entitlement_id ⇒ ::String
Returns the value of attribute entitlement_id.
112 113 114 |
# File 'sig/types.rbs', line 112 def entitlement_id @entitlement_id end |