Class: Aws::OpenSearchService::Types::ListVpcEndpointAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListVpcEndpointAccessRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
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
If your initial ‘ListVpcEndpointAccess` operation returns a `nextToken`, you can include the returned `nextToken` in subsequent `ListVpcEndpointAccess` operations, which returns results in the next page.
Instance Attribute Details
#domain_name ⇒ String
The name of the OpenSearch Service domain to retrieve access information for.
5209 5210 5211 5212 5213 5214 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5209 class ListVpcEndpointAccessRequest < Struct.new( :domain_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If your initial ‘ListVpcEndpointAccess` operation returns a `nextToken`, you can include the returned `nextToken` in subsequent `ListVpcEndpointAccess` operations, which returns results in the next page.
5209 5210 5211 5212 5213 5214 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5209 class ListVpcEndpointAccessRequest < Struct.new( :domain_name, :next_token) SENSITIVE = [] include Aws::Structure end |