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)


4461
4462
4463
# File 'sig/types.rbs', line 4461

def dry_run
  @dry_run
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


4463
4464
4465
# File 'sig/types.rbs', line 4463

def network_border_group
  @network_border_group
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


4462
4463
4464
# File 'sig/types.rbs', line 4462

def pool_id
  @pool_id
end