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)


1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1262

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>)


1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1262

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)


1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1262

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>)


1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1262

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)


1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1262

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>)


1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1262

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)


1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1262

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)


1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1262

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