Class: Aws::Types::ListVmEntitlementsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListVmEntitlementsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entitlements ⇒ ::Array[Types::VmEntitlement]
Returns the value of attribute entitlements.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entitlements ⇒ ::Array[Types::VmEntitlement]
Returns the value of attribute entitlements.
406 407 408 |
# File 'sig/types.rbs', line 406 def entitlements @entitlements end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
405 406 407 |
# File 'sig/types.rbs', line 405 def next_token @next_token end |