Class: Aws::AppRunner::Types::UpdateVpcIngressConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::UpdateVpcIngressConnectionResponse
- Includes:
- Structure
- Defined in:
- 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 resource that’s updated by this request.
Instance Attribute Details
#vpc_ingress_connection ⇒ Types::VpcIngressConnection
A description of the App Runner VPC Ingress Connection resource that’s updated by this request.
3003 3004 3005 3006 3007 |
# File 'lib/aws-sdk-apprunner/types.rb', line 3003 class UpdateVpcIngressConnectionResponse < Struct.new( :vpc_ingress_connection) SENSITIVE = [] include Aws::Structure end |