Class: Aws::Kafka::Types::DeleteVpcConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeleteVpcConnectionResponse
- Includes:
- Structure
- Defined in:
- 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.
1761 1762 1763 1764 1765 1766 |
# File 'lib/aws-sdk-kafka/types.rb', line 1761 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.
1761 1762 1763 1764 1765 1766 |
# File 'lib/aws-sdk-kafka/types.rb', line 1761 class DeleteVpcConnectionResponse < Struct.new( :vpc_connection_arn, :state) SENSITIVE = [] include Aws::Structure end |