Class: Aws::Kafka::Types::VpcConnectionInfoServerless

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime



4960
4961
4962
4963
4964
4965
4966
4967
# File 'lib/aws-sdk-kafka/types.rb', line 4960

class VpcConnectionInfoServerless < Struct.new(
  :creation_time,
  :owner,
  :user_identity,
  :vpc_connection_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString



4960
4961
4962
4963
4964
4965
4966
4967
# File 'lib/aws-sdk-kafka/types.rb', line 4960

class VpcConnectionInfoServerless < Struct.new(
  :creation_time,
  :owner,
  :user_identity,
  :vpc_connection_arn)
  SENSITIVE = []
  include Aws::Structure
end

#user_identityTypes::UserIdentity

Description of the requester that calls the API operation.



4960
4961
4962
4963
4964
4965
4966
4967
# File 'lib/aws-sdk-kafka/types.rb', line 4960

class VpcConnectionInfoServerless < Struct.new(
  :creation_time,
  :owner,
  :user_identity,
  :vpc_connection_arn)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_arnString



4960
4961
4962
4963
4964
4965
4966
4967
# File 'lib/aws-sdk-kafka/types.rb', line 4960

class VpcConnectionInfoServerless < Struct.new(
  :creation_time,
  :owner,
  :user_identity,
  :vpc_connection_arn)
  SENSITIVE = []
  include Aws::Structure
end