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.
25357 25358 25359 25360 25361 25362 25363 |
# File 'lib/aws-sdk-datazone/types.rb', line 25357 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.
25357 25358 25359 25360 25361 25362 25363 |
# File 'lib/aws-sdk-datazone/types.rb', line 25357 class VpcPropertiesPatch < Struct.new( :vpc_id, :subnet_ids, :security_group_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The identifier of the VPC.
25357 25358 25359 25360 25361 25362 25363 |
# File 'lib/aws-sdk-datazone/types.rb', line 25357 class VpcPropertiesPatch < Struct.new( :vpc_id, :subnet_ids, :security_group_id) SENSITIVE = [] include Aws::Structure end |