Class: Aws::Kafka::Types::CreateVpcConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::CreateVpcConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for CreateVpcConnection
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #authentication ⇒ String
-
#client_subnets ⇒ Array<String>
The list of subnets in the client VPC.
-
#creation_time ⇒ Time
The time when the VPC connection was created.
-
#security_groups ⇒ Array<String>
The list of security groups attached to the VPC connection.
-
#state ⇒ String
The state of the VPC connection.
-
#tags ⇒ Hash<String,String>
Tags attached to the VPC connection.
-
#vpc_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC connection.
-
#vpc_id ⇒ String
The VPC ID of the VPC connection.
Instance Attribute Details
#authentication ⇒ String
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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_subnets ⇒ Array<String>
The list of subnets in the client VPC.
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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_time ⇒ Time
The time when the VPC connection was created.
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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_groups ⇒ Array<String>
The list of security groups attached to the VPC connection.
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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 |
#state ⇒ String
The state of the VPC connection. The only possible state is CREATING.
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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 |
#tags ⇒ Hash<String,String>
Tags attached to the VPC connection.
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC connection.
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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_id ⇒ String
The VPC ID of the VPC connection.
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File '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 |