Class: Aws::Types::CreateCoipCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCoipCidrRequest
- 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.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def cidr @cidr end |
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def coip_pool_id @coip_pool_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def dry_run @dry_run end |