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

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_connectorTypes::VpcConnector

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

Returns:



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

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