Class: Aws::Evs::Types::ListVmEntitlementsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlementsArray<Types::VmEntitlement>

A list of entitlements for virtual machines in the environment.

Returns:



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_tokenString

A unique pagination token for next page results. Make the call again using this token to retrieve the next page.

Returns:

  • (String)


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