Class: Aws::Kafka::Types::ClientVpcConnection

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authenticationString

The VPC connection authentication type.

Returns:

  • (String)


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_timeTime

The creation time of the VPC connection.

Returns:

  • (Time)


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

#ownerString

The owner of the VPC connection.

Returns:

  • (String)


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

#stateString

The state of a configuration.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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