Class: Aws::Types::DeprovisionIpamPoolCidrRequest

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)


5158
5159
5160
# File 'sig/types.rbs', line 5158

def cidr
  @cidr
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5156
5157
5158
# File 'sig/types.rbs', line 5156

def dry_run
  @dry_run
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


5157
5158
5159
# File 'sig/types.rbs', line 5157

def ipam_pool_id
  @ipam_pool_id
end