Class: Aws::AppRunner::Types::DescribeVpcIngressConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeVpcIngressConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_ingress_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.
Instance Attribute Details
#vpc_ingress_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.
1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1303 class DescribeVpcIngressConnectionRequest < Struct.new( :vpc_ingress_connection_arn) SENSITIVE = [] include Aws::Structure end |