Class: Aws::Types::DeletePublicIpv4PoolRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4672
4673
4674
# File 'sig/types.rbs', line 4672

def dry_run
  @dry_run
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


4674
4675
4676
# File 'sig/types.rbs', line 4674

def network_border_group
  @network_border_group
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


4673
4674
4675
# File 'sig/types.rbs', line 4673

def pool_id
  @pool_id
end