Class: Aws::Types::WorkforceVpcConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::WorkforceVpcConfigResponse
- 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_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#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.
12635 12636 12637 |
# File 'sig/types.rbs', line 12635 def security_group_ids @security_group_ids end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
12636 12637 12638 |
# File 'sig/types.rbs', line 12636 def subnets @subnets end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
12637 12638 12639 |
# File 'sig/types.rbs', line 12637 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12634 12635 12636 |
# File 'sig/types.rbs', line 12634 def vpc_id @vpc_id end |