Class: Aws::Types::ModifyIpamPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIpamPoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_allocation_resource_tags ⇒ ::Array[Types::RequestIpamResourceTag]
Returns the value of attribute add_allocation_resource_tags.
-
#allocation_default_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_default_netmask_length.
-
#allocation_max_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_max_netmask_length.
-
#allocation_min_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_min_netmask_length.
-
#auto_import ⇒ Boolean
Returns the value of attribute auto_import.
-
#clear_allocation_default_netmask_length ⇒ Boolean
Returns the value of attribute clear_allocation_default_netmask_length.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#remove_allocation_resource_tags ⇒ ::Array[Types::RequestIpamResourceTag]
Returns the value of attribute remove_allocation_resource_tags.
Instance Attribute Details
#add_allocation_resource_tags ⇒ ::Array[Types::RequestIpamResourceTag]
Returns the value of attribute add_allocation_resource_tags.
13619 13620 13621 |
# File 'sig/types.rbs', line 13619 def @add_allocation_resource_tags end |
#allocation_default_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_default_netmask_length.
13617 13618 13619 |
# File 'sig/types.rbs', line 13617 def allocation_default_netmask_length @allocation_default_netmask_length end |
#allocation_max_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_max_netmask_length.
13616 13617 13618 |
# File 'sig/types.rbs', line 13616 def allocation_max_netmask_length @allocation_max_netmask_length end |
#allocation_min_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_min_netmask_length.
13615 13616 13617 |
# File 'sig/types.rbs', line 13615 def allocation_min_netmask_length @allocation_min_netmask_length end |
#auto_import ⇒ Boolean
Returns the value of attribute auto_import.
13614 13615 13616 |
# File 'sig/types.rbs', line 13614 def auto_import @auto_import end |
#clear_allocation_default_netmask_length ⇒ Boolean
Returns the value of attribute clear_allocation_default_netmask_length.
13618 13619 13620 |
# File 'sig/types.rbs', line 13618 def clear_allocation_default_netmask_length @clear_allocation_default_netmask_length end |
#description ⇒ ::String
Returns the value of attribute description.
13613 13614 13615 |
# File 'sig/types.rbs', line 13613 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13611 13612 13613 |
# File 'sig/types.rbs', line 13611 def dry_run @dry_run end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
13612 13613 13614 |
# File 'sig/types.rbs', line 13612 def ipam_pool_id @ipam_pool_id end |
#remove_allocation_resource_tags ⇒ ::Array[Types::RequestIpamResourceTag]
Returns the value of attribute remove_allocation_resource_tags.
13620 13621 13622 |
# File 'sig/types.rbs', line 13620 def @remove_allocation_resource_tags end |