Class: Aws::AppRunner::Types::DeleteVpcConnectorResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_connectorTypes::VpcConnector

A description of the App Runner VPC connector that this request just deleted.

Returns:



1080
1081
1082
1083
1084
# File 'lib/aws-sdk-apprunner/types.rb', line 1080

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