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.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def cidr @cidr end |
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def coip_pool_id @coip_pool_id end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def local_gateway_route_table_id @local_gateway_route_table_id end |