Class: Aws::AppRunner::Types::ListVpcIngressConnectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::ListVpcIngressConnectionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token that you can pass in a subsequent request to get the next result page.
-
#vpc_ingress_connection_summary_list ⇒ Array<Types::VpcIngressConnectionSummary>
A list of summary information records for VPC Ingress Connections.
Instance Attribute Details
#next_token ⇒ String
The token that you can pass in a subsequent request to get the next result page. It’s returned in a paginated request.
2151 2152 2153 2154 2155 2156 |
# File 'lib/aws-sdk-apprunner/types.rb', line 2151 class ListVpcIngressConnectionsResponse < Struct.new( :vpc_ingress_connection_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_ingress_connection_summary_list ⇒ Array<Types::VpcIngressConnectionSummary>
A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to ‘MaxResults` records for each call.
2151 2152 2153 2154 2155 2156 |
# File 'lib/aws-sdk-apprunner/types.rb', line 2151 class ListVpcIngressConnectionsResponse < Struct.new( :vpc_ingress_connection_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |