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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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>)


1743
1744
1745
1746
1747
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1743

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