Class: Aws::Kafka::Types::DeleteVpcConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Request body for DeleteVpcConnection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


1386
1387
1388
1389
1390
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1386

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