Class: Aws::AppRunner::Types::ListVpcConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::ListVpcConnectorsResponse
- Defined in:
- gems/aws-sdk-apprunner/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_connectors ⇒ Array<Types::VpcConnector>
A list of information records for VPC connectors.
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.
2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2158 class ListVpcConnectorsResponse < Struct.new( :vpc_connectors, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_connectors ⇒ Array<Types::VpcConnector>
A list of information records for VPC connectors. In a paginated
request, the request returns up to MaxResults
records for each
call.
2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2158 class ListVpcConnectorsResponse < Struct.new( :vpc_connectors, :next_token) SENSITIVE = [] include Aws::Structure end |