Class: Aws::ElasticsearchService::Types::ListVpcEndpointAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListVpcEndpointAccessRequest
- 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
-
#domain_name ⇒ String
The name of the OpenSearch Service domain to retrieve access information for.
-
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
Instance Attribute Details
#domain_name ⇒ String
The name of the OpenSearch Service domain to retrieve access information for.
3104 3105 3106 3107 3108 3109 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3104 class ListVpcEndpointAccessRequest < Struct.new( :domain_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
3104 3105 3106 3107 3108 3109 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3104 class ListVpcEndpointAccessRequest < Struct.new( :domain_name, :next_token) SENSITIVE = [] include Aws::Structure end |