Class: Aws::Types::ModifyIpamPoolRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_allocation_resource_tags::Array[Types::RequestIpamResourceTag]

Returns the value of attribute add_allocation_resource_tags.

Returns:



13916
13917
13918
# File 'sig/types.rbs', line 13916

def add_allocation_resource_tags
  @add_allocation_resource_tags
end

#allocation_default_netmask_length::Integer

Returns the value of attribute allocation_default_netmask_length.

Returns:

  • (::Integer)


13914
13915
13916
# File 'sig/types.rbs', line 13914

def allocation_default_netmask_length
  @allocation_default_netmask_length
end

#allocation_max_netmask_length::Integer

Returns the value of attribute allocation_max_netmask_length.

Returns:

  • (::Integer)


13913
13914
13915
# File 'sig/types.rbs', line 13913

def allocation_max_netmask_length
  @allocation_max_netmask_length
end

#allocation_min_netmask_length::Integer

Returns the value of attribute allocation_min_netmask_length.

Returns:

  • (::Integer)


13912
13913
13914
# File 'sig/types.rbs', line 13912

def allocation_min_netmask_length
  @allocation_min_netmask_length
end

#auto_importBoolean

Returns the value of attribute auto_import.

Returns:

  • (Boolean)


13911
13912
13913
# File 'sig/types.rbs', line 13911

def auto_import
  @auto_import
end

#clear_allocation_default_netmask_lengthBoolean

Returns the value of attribute clear_allocation_default_netmask_length.

Returns:

  • (Boolean)


13915
13916
13917
# File 'sig/types.rbs', line 13915

def clear_allocation_default_netmask_length
  @clear_allocation_default_netmask_length
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


13910
13911
13912
# File 'sig/types.rbs', line 13910

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13908
13909
13910
# File 'sig/types.rbs', line 13908

def dry_run
  @dry_run
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


13909
13910
13911
# File 'sig/types.rbs', line 13909

def ipam_pool_id
  @ipam_pool_id
end

#remove_allocation_resource_tags::Array[Types::RequestIpamResourceTag]

Returns the value of attribute remove_allocation_resource_tags.

Returns:



13917
13918
13919
# File 'sig/types.rbs', line 13917

def remove_allocation_resource_tags
  @remove_allocation_resource_tags
end