Class: Aws::ElasticsearchService::Types::DescribeVpcEndpointsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for request parameters to the ‘DescribeVpcEndpoints` operation. Specifies the list of VPC endpoints to be described.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_idsArray<String>

The unique identifiers of the endpoints to get information about.

Returns:

  • (Array<String>)


1639
1640
1641
1642
1643
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1639

class DescribeVpcEndpointsRequest < Struct.new(
  :vpc_endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end