Class: Aws::Kafka::Types::CreateVpcConnectionResponse

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

Overview

Response body for CreateVpcConnection

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authenticationString

Returns:

  • (String)


1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1281

class CreateVpcConnectionResponse < Struct.new(
  :vpc_connection_arn,
  :state,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_subnetsArray<String>

The list of subnets in the client VPC.

Returns:

  • (Array<String>)


1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1281

class CreateVpcConnectionResponse < Struct.new(
  :vpc_connection_arn,
  :state,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when the VPC connection was created.

Returns:

  • (Time)


1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1281

class CreateVpcConnectionResponse < Struct.new(
  :vpc_connection_arn,
  :state,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

The list of security groups attached to the VPC connection.

Returns:

  • (Array<String>)


1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1281

class CreateVpcConnectionResponse < Struct.new(
  :vpc_connection_arn,
  :state,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the VPC connection. The only possible state is CREATING.

Returns:

  • (String)


1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1281

class CreateVpcConnectionResponse < Struct.new(
  :vpc_connection_arn,
  :state,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags attached to the VPC connection.

Returns:

  • (Hash<String,String>)


1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1281

class CreateVpcConnectionResponse < Struct.new(
  :vpc_connection_arn,
  :state,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_arnString

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

Returns:

  • (String)


1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1281

class CreateVpcConnectionResponse < Struct.new(
  :vpc_connection_arn,
  :state,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC ID of the VPC connection.

Returns:

  • (String)


1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1281

class CreateVpcConnectionResponse < Struct.new(
  :vpc_connection_arn,
  :state,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :creation_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end