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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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

Returns:

  • (Time)


4610
4611
4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4610

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

#ownerString

Returns:

  • (String)


4610
4611
4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4610

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.

Returns:



4610
4611
4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4610

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

#vpc_connection_arnString

Returns:

  • (String)


4610
4611
4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4610

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