Class: Aws::Types::ResetAddressAttributeRequest

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)


16799
16800
16801
# File 'sig/types.rbs', line 16799

def allocation_id
  @allocation_id
end

#attribute"domain-name"

Returns the value of attribute attribute.

Returns:

  • ("domain-name")


16800
16801
16802
# File 'sig/types.rbs', line 16800

def attribute
  @attribute
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16801
16802
16803
# File 'sig/types.rbs', line 16801

def dry_run
  @dry_run
end