Class: Aws::Kafka::Types::DeleteVpcConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeleteVpcConnectionResponse
- 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
-
#state ⇒ String
The state of the VPC connection.
-
#vpc_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC connection.
Instance Attribute Details
#state ⇒ String
The state of the VPC connection. The only possible state is DELETING.
1526 1527 1528 1529 1530 1531 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1526 class DeleteVpcConnectionResponse < Struct.new( :vpc_connection_arn, :state) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC connection.
1526 1527 1528 1529 1530 1531 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1526 class DeleteVpcConnectionResponse < Struct.new( :vpc_connection_arn, :state) SENSITIVE = [] include Aws::Structure end |