Class: Aws::OpenSearchServerless::Types::ListVpcEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::ListVpcEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available.
-
#vpc_endpoint_summaries ⇒ Array<Types::VpcEndpointSummary>
Details about each VPC endpoint, including the name and current status.
Instance Attribute Details
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2059 2060 2061 2062 2063 2064 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2059 class ListVpcEndpointsResponse < Struct.new( :vpc_endpoint_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_summaries ⇒ Array<Types::VpcEndpointSummary>
Details about each VPC endpoint, including the name and current status.
2059 2060 2061 2062 2063 2064 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2059 class ListVpcEndpointsResponse < Struct.new( :vpc_endpoint_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |