Class: Aws::Types::ReleaseIpamPoolAllocationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


15739
15740
15741
# File 'sig/types.rbs', line 15739

def cidr
  @cidr
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15737
15738
15739
# File 'sig/types.rbs', line 15737

def dry_run
  @dry_run
end

#ipam_pool_allocation_id::String

Returns the value of attribute ipam_pool_allocation_id.

Returns:

  • (::String)


15740
15741
15742
# File 'sig/types.rbs', line 15740

def ipam_pool_allocation_id
  @ipam_pool_allocation_id
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


15738
15739
15740
# File 'sig/types.rbs', line 15738

def ipam_pool_id
  @ipam_pool_id
end