Class: Aws::Types::DisassociateAddressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


8611
8612
8613
# File 'sig/types.rbs', line 8611

def association_id
  @association_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8613
8614
8615
# File 'sig/types.rbs', line 8613

def dry_run
  @dry_run
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


8612
8613
8614
# File 'sig/types.rbs', line 8612

def public_ip
  @public_ip
end