Class: Aws::Types::WorkforceVpcConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::WorkforceVpcConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
12653 12654 12655 |
# File 'sig/types.rbs', line 12653 def security_group_ids @security_group_ids end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
12654 12655 12656 |
# File 'sig/types.rbs', line 12654 def subnets @subnets end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12652 12653 12654 |
# File 'sig/types.rbs', line 12652 def vpc_id @vpc_id end |