Class: Aws::KafkaConnect::Types::VpcDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::VpcDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
The description of the VPC in which the connector resides.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_groups ⇒ Array<String>
The security groups for the connector.
-
#subnets ⇒ Array<String>
The subnets for the connector.
Instance Attribute Details
#security_groups ⇒ Array<String>
The security groups for the connector.
1909 1910 1911 1912 1913 1914 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1909 class VpcDescription < Struct.new( :security_groups, :subnets) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<String>
The subnets for the connector.
1909 1910 1911 1912 1913 1914 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1909 class VpcDescription < Struct.new( :security_groups, :subnets) SENSITIVE = [] include Aws::Structure end |