Class: Aws::Types::CoipCidr
- Inherits:
-
Object
- Object
- Aws::Types::CoipCidr
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
-
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def cidr @cidr end |
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def coip_pool_id @coip_pool_id end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def local_gateway_route_table_id @local_gateway_route_table_id end |