Class: Aws::Types::ReleaseAddressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:

  • (::String)


15718
15719
15720
# File 'sig/types.rbs', line 15718

def allocation_id
  @allocation_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15721
15722
15723
# File 'sig/types.rbs', line 15721

def dry_run
  @dry_run
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


15720
15721
15722
# File 'sig/types.rbs', line 15720

def network_border_group
  @network_border_group
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


15719
15720
15721
# File 'sig/types.rbs', line 15719

def public_ip
  @public_ip
end