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.
12660 12661 12662 |
# File 'sig/types.rbs', line 12660 def security_group_ids @security_group_ids end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
12661 12662 12663 |
# File 'sig/types.rbs', line 12661 def subnets @subnets end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
12662 12663 12664 |
# File 'sig/types.rbs', line 12662 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12659 12660 12661 |
# File 'sig/types.rbs', line 12659 def vpc_id @vpc_id end |