Class: Aws::AppRunner::Types::DescribeVpcIngressConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeVpcIngressConnectionResponse
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_ingress_connection ⇒ Types::VpcIngressConnection
A description of the App Runner VPC Ingress Connection that you specified in this request.
Instance Attribute Details
#vpc_ingress_connection ⇒ Types::VpcIngressConnection
A description of the App Runner VPC Ingress Connection that you specified in this request.
1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1316 class DescribeVpcIngressConnectionResponse < Struct.new( :vpc_ingress_connection) SENSITIVE = [] include Aws::Structure end |