Class: Aws::OpenSearchService::Types::ListVpcEndpointAccessRequest

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

Overview

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)


4544
4545
4546
4547
4548
4549
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4544

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

#next_tokenString

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.

Returns:

  • (String)


4544
4545
4546
4547
4548
4549
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4544

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