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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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:



3124
3125
3126
3127
3128
3129
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3124

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)


3124
3125
3126
3127
3128
3129
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3124

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