Class: Aws::Evs::Types::ListVmEntitlementsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::ListVmEntitlementsResponse
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entitlements ⇒ Array<Types::VmEntitlement>
A list of entitlements for virtual machines in the environment.
-
#next_token ⇒ String
A unique pagination token for next page results.
Instance Attribute Details
#entitlements ⇒ Array<Types::VmEntitlement>
A list of entitlements for virtual machines in the environment.
1771 1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1771 class ListVmEntitlementsResponse < Struct.new( :next_token, :entitlements) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A unique pagination token for next page results. Make the call again using this token to retrieve the next page.
1771 1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1771 class ListVmEntitlementsResponse < Struct.new( :next_token, :entitlements) SENSITIVE = [] include Aws::Structure end |