Class: Aws::ElasticsearchService::Types::ListVpcEndpointAccessRequest

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

Overview

Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the OpenSearch Service domain to retrieve access information for.

Returns:

  • (String)


3104
3105
3106
3107
3108
3109
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3104

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

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


3104
3105
3106
3107
3108
3109
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3104

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