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
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-kafka/types.rb', line 1295 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.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-kafka/types.rb', line 1295 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.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-kafka/types.rb', line 1295 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.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-kafka/types.rb', line 1295 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.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-kafka/types.rb', line 1295 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.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-kafka/types.rb', line 1295 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.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-kafka/types.rb', line 1295 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.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-kafka/types.rb', line 1295 class CreateVpcConnectionResponse < Struct.new( :vpc_connection_arn, :state, :authentication, :vpc_id, :client_subnets, :security_groups, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |