Class: Aws::Types::ModifyIpamPoolAllocationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


13601
13602
13603
# File 'sig/types.rbs', line 13601

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13599
13600
13601
# File 'sig/types.rbs', line 13599

def dry_run
  @dry_run
end

#ipam_pool_allocation_id::String

Returns the value of attribute ipam_pool_allocation_id.

Returns:

  • (::String)


13600
13601
13602
# File 'sig/types.rbs', line 13600

def ipam_pool_allocation_id
  @ipam_pool_allocation_id
end