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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2979
2980
2981
2982
2983
2984
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2979

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)


2979
2980
2981
2982
2983
2984
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2979

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