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:



2999
3000
3001
3002
3003
3004
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2999

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)


2999
3000
3001
3002
3003
3004
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2999

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