Class: Aws::Types::GetEntitlementsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetEntitlementsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
39 40 41 |
# File 'sig/types.rbs', line 39 def entitlements @entitlements end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
40 41 42 |
# File 'sig/types.rbs', line 40 def next_token @next_token end |