Class: Aws::DataZone::Types::VpcPropertiesPatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::VpcPropertiesPatch
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The VPC connection properties used when updating a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_id ⇒ String
The security group ID of the VPC connection.
-
#subnet_ids ⇒ Array<String>
The subnet IDs of the VPC connection.
-
#vpc_id ⇒ String
The identifier of the VPC.
Instance Attribute Details
#security_group_id ⇒ String
The security group ID of the VPC connection.
25396 25397 25398 25399 25400 25401 25402 |
# File 'lib/aws-sdk-datazone/types.rb', line 25396 class VpcPropertiesPatch < Struct.new( :vpc_id, :subnet_ids, :security_group_id) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The subnet IDs of the VPC connection.
25396 25397 25398 25399 25400 25401 25402 |
# File 'lib/aws-sdk-datazone/types.rb', line 25396 class VpcPropertiesPatch < Struct.new( :vpc_id, :subnet_ids, :security_group_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The identifier of the VPC.
25396 25397 25398 25399 25400 25401 25402 |
# File 'lib/aws-sdk-datazone/types.rb', line 25396 class VpcPropertiesPatch < Struct.new( :vpc_id, :subnet_ids, :security_group_id) SENSITIVE = [] include Aws::Structure end |