Class: Aws::Types::VpcTransitConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VpcTransitConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_4_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute ipv_4_cidr_blocks.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#ipv_4_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute ipv_4_cidr_blocks.
690 691 692 |
# File 'sig/types.rbs', line 690 def ipv_4_cidr_blocks @ipv_4_cidr_blocks end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
689 690 691 |
# File 'sig/types.rbs', line 689 def vpc_id @vpc_id end |