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.
12643 12644 12645 |
# File 'sig/types.rbs', line 12643 def security_group_ids @security_group_ids end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
12644 12645 12646 |
# File 'sig/types.rbs', line 12644 def subnets @subnets end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
12645 12646 12647 |
# File 'sig/types.rbs', line 12645 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12642 12643 12644 |
# File 'sig/types.rbs', line 12642 def vpc_id @vpc_id end |