Class: Aws::Types::DeprovisionPublicIpv4PoolCidrRequest

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)


5170
5171
5172
# File 'sig/types.rbs', line 5170

def cidr
  @cidr
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5168
5169
5170
# File 'sig/types.rbs', line 5168

def dry_run
  @dry_run
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


5169
5170
5171
# File 'sig/types.rbs', line 5169

def pool_id
  @pool_id
end