Class: Aws::AppRunner::Types::DescribeVpcIngressConnectionResponse

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 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