Class: Aws::Types::DirectoryVpcSettings
- Inherits:
-
Object
- Object
- Aws::Types::DirectoryVpcSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
765 766 767 |
# File 'sig/types.rbs', line 765 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
764 765 766 |
# File 'sig/types.rbs', line 764 def vpc_id @vpc_id end |