Class: Aws::AppRunner::Types::CreateVpcConnectorResponse

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's created by this request.

Returns:



842
843
844
845
846
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 842

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