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.
      1424 1425 1426 1427 1428 1429  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 1424 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.
      1424 1425 1426 1427 1428 1429  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 1424 class DeleteVpcConnectionResponse < Struct.new( :vpc_connection_arn, :state) SENSITIVE = [] include Aws::Structure end  |