Class: Aws::Kafka::Types::ClientVpcConnection
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Kafka::Types::ClientVpcConnection
 
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
The client VPC connection object.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #authentication  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The VPC connection authentication type. 
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The creation time of the VPC connection. 
- 
  
    
      #owner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The owner of the VPC connection. 
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of a configuration. 
- 
  
    
      #vpc_connection_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the VPC connection. 
Instance Attribute Details
#authentication ⇒ String
The VPC connection authentication type.
| 697 698 699 700 701 702 703 704 705 | # File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 697 class ClientVpcConnection < Struct.new( :authentication, :creation_time, :state, :vpc_connection_arn, :owner) SENSITIVE = [] include Aws::Structure end | 
#creation_time ⇒ Time
The creation time of the VPC connection.
| 697 698 699 700 701 702 703 704 705 | # File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 697 class ClientVpcConnection < Struct.new( :authentication, :creation_time, :state, :vpc_connection_arn, :owner) SENSITIVE = [] include Aws::Structure end | 
#owner ⇒ String
The owner of the VPC connection.
| 697 698 699 700 701 702 703 704 705 | # File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 697 class ClientVpcConnection < Struct.new( :authentication, :creation_time, :state, :vpc_connection_arn, :owner) SENSITIVE = [] include Aws::Structure end | 
#state ⇒ String
The state of a configuration.
| 697 698 699 700 701 702 703 704 705 | # File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 697 class ClientVpcConnection < Struct.new( :authentication, :creation_time, :state, :vpc_connection_arn, :owner) SENSITIVE = [] include Aws::Structure end | 
#vpc_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC connection.
| 697 698 699 700 701 702 703 704 705 | # File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 697 class ClientVpcConnection < Struct.new( :authentication, :creation_time, :state, :vpc_connection_arn, :owner) SENSITIVE = [] include Aws::Structure end |