Class: Aws::AppRunner::Types::CreateVpcIngressConnectionResponse

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 created by this request.



888
889
890
891
892
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 888

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