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)


5034
5035
5036
# File 'sig/types.rbs', line 5034

def cidr
  @cidr
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5032
5033
5034
# File 'sig/types.rbs', line 5032

def dry_run
  @dry_run
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


5033
5034
5035
# File 'sig/types.rbs', line 5033

def pool_id
  @pool_id
end