Class: Aws::OpenSearchService::Types::ListVpcEndpointsForDomainRequest

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 domain to list associated VPC endpoints for.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4588

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

#next_tokenString

If your initial ListEndpointsForDomain operation returns a nextToken, you can include the returned nextToken in subsequent ListEndpointsForDomain operations, which returns results in the next page.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4588

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