Class: Aws::AppRunner::Types::CreateVpcConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::CreateVpcConnectorResponse
- 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’s created by this request.
Instance Attribute Details
#vpc_connector ⇒ Types::VpcConnector
A description of the App Runner VPC connector that’s created by this request.
842 843 844 845 846 |
# File 'lib/aws-sdk-apprunner/types.rb', line 842 class CreateVpcConnectorResponse < Struct.new( :vpc_connector) SENSITIVE = [] include Aws::Structure end |