Class: Aws::Types::ProvisionPublicIpv4PoolCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionPublicIpv4PoolCidrRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#netmask_length ⇒ ::Integer
Returns the value of attribute netmask_length.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16005 16006 16007 |
# File 'sig/types.rbs', line 16005 def dry_run @dry_run end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
16006 16007 16008 |
# File 'sig/types.rbs', line 16006 def ipam_pool_id @ipam_pool_id end |
#netmask_length ⇒ ::Integer
Returns the value of attribute netmask_length.
16008 16009 16010 |
# File 'sig/types.rbs', line 16008 def netmask_length @netmask_length end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
16009 16010 16011 |
# File 'sig/types.rbs', line 16009 def network_border_group @network_border_group end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
16007 16008 16009 |
# File 'sig/types.rbs', line 16007 def pool_id @pool_id end |