Class: Aws::AppRunner::Types::DescribeVpcConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeVpcConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_connector ⇒ Types::VpcConnector
A description of the App Runner VPC connector that you specified in this request.
Instance Attribute Details
#vpc_connector ⇒ Types::VpcConnector
A description of the App Runner VPC connector that you specified in this request.
1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1290 class DescribeVpcConnectorResponse < Struct.new( :vpc_connector) SENSITIVE = [] include Aws::Structure end |