Class: Aws::Types::MoveByoipCidrToIpamRequest
- Inherits:
-
Object
- Object
- Aws::Types::MoveByoipCidrToIpamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#ipam_pool_owner ⇒ ::String
Returns the value of attribute ipam_pool_owner.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
14534 14535 14536 |
# File 'sig/types.rbs', line 14534 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14533 14534 14535 |
# File 'sig/types.rbs', line 14533 def dry_run @dry_run end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
14535 14536 14537 |
# File 'sig/types.rbs', line 14535 def ipam_pool_id @ipam_pool_id end |
#ipam_pool_owner ⇒ ::String
Returns the value of attribute ipam_pool_owner.
14536 14537 14538 |
# File 'sig/types.rbs', line 14536 def ipam_pool_owner @ipam_pool_owner end |