You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::VpcConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::VpcConfigurationDescription
- Defined in:
- (unknown)
Overview
Describes the parameters of a VPC used by the application.
Returned by:
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
The array of [SecurityGroup][1] IDs used by the VPC configuration.
-
#subnet_ids ⇒ Array<String>
The array of [Subnet][1] IDs used by the VPC configuration.
-
#vpc_configuration_id ⇒ String
The ID of the VPC configuration.
-
#vpc_id ⇒ String
The ID of the associated VPC.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
The array of SecurityGroup IDs used by the VPC configuration.
#subnet_ids ⇒ Array<String>
The array of Subnet IDs used by the VPC configuration.
#vpc_configuration_id ⇒ String
The ID of the VPC configuration.
#vpc_id ⇒ String
The ID of the associated VPC.