Class: Aws::AppRunner::Types::UpdateVpcIngressConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_ingress_connectionTypes::VpcIngressConnection

A description of the App Runner VPC Ingress Connection resource that's updated by this request.



3003
3004
3005
3006
3007
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3003

class UpdateVpcIngressConnectionResponse < Struct.new(
  :vpc_ingress_connection)
  SENSITIVE = []
  include Aws::Structure
end