Class: Aws::Types::VPC
- Inherits:
-
Object
- Object
- Aws::Types::VPC
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpc_region ⇒ "us-east-1", ...
Returns the value of attribute vpc_region.
Instance Attribute Details
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def vpc_id @vpc_id end |
#vpc_region ⇒ "us-east-1", ...
Returns the value of attribute vpc_region.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def vpc_region @vpc_region end |