Class: Aws::AppRunner::Types::DeleteVpcConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DeleteVpcConnectorRequest
- Defined in:
- gems/aws-sdk-apprunner/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 to delete.
Instance Attribute Details
#vpc_connector_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to delete.
The ARN must be a full VPC connector ARN.
1067 1068 1069 1070 1071 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1067 class DeleteVpcConnectorRequest < Struct.new( :vpc_connector_arn) SENSITIVE = [] include Aws::Structure end |