Class: Aws::Kafka::Types::DeleteVpcConnectionResponse

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

Overview

Response body for DeleteVpcConnection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the VPC connection. The only possible state is DELETING.

Returns:

  • (String)


1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1405

class DeleteVpcConnectionResponse < Struct.new(
  :vpc_connection_arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_arnString

The Amazon Resource Name (ARN) of the VPC connection.

Returns:

  • (String)


1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1405

class DeleteVpcConnectionResponse < Struct.new(
  :vpc_connection_arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end