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)


14219
14220
14221
# File 'sig/types.rbs', line 14219

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14217
14218
14219
# File 'sig/types.rbs', line 14217

def dry_run
  @dry_run
end

#ipam_pool_allocation_id::String

Returns the value of attribute ipam_pool_allocation_id.

Returns:

  • (::String)


14218
14219
14220
# File 'sig/types.rbs', line 14218

def ipam_pool_allocation_id
  @ipam_pool_allocation_id
end