Class: Aws::AppRunner::Types::DescribeVpcConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeVpcConnectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_connector_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner VPC connector that you want a description for.
Instance Attribute Details
#vpc_connector_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner VPC connector that you want a description for.
The ARN must be a full VPC connector ARN.
1277 1278 1279 1280 1281 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1277 class DescribeVpcConnectorRequest < Struct.new( :vpc_connector_arn) SENSITIVE = [] include Aws::Structure end |