Class: Aws::ElasticsearchService::Types::ListVpcEndpointsForDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListVpcEndpointsForDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to the ‘ListVpcEndpointsForDomain` operation. Specifies the domain whose VPC endpoints will be listed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the ElasticSearch domain whose VPC endpoints are to be listed.
-
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
Instance Attribute Details
#domain_name ⇒ String
Name of the ElasticSearch domain whose VPC endpoints are to be listed.
3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3143 class ListVpcEndpointsForDomainRequest < Struct.new( :domain_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3143 class ListVpcEndpointsForDomainRequest < Struct.new( :domain_name, :next_token) SENSITIVE = [] include Aws::Structure end |