Class: Aws::ElasticsearchService::Types::ListVpcEndpointAccessResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for response parameters to the ‘ListVpcEndpointAccess` operation. Returns a list of accounts id and account type authorized to manage VPC endpoints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_principal_listArray<Types::AuthorizedPrincipal>

List of ‘AuthorizedPrincipal` describing the details of the permissions to manage VPC endpoints against the specified domain.

Returns:



3002
3003
3004
3005
3006
3007
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3002

class ListVpcEndpointAccessResponse < Struct.new(
  :authorized_principal_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


3002
3003
3004
3005
3006
3007
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3002

class ListVpcEndpointAccessResponse < Struct.new(
  :authorized_principal_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end