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)


16142
16143
16144
# File 'sig/types.rbs', line 16142

def allocation_id
  @allocation_id
end

#attribute"domain-name"

Returns the value of attribute attribute.

Returns:

  • ("domain-name")


16143
16144
16145
# File 'sig/types.rbs', line 16143

def attribute
  @attribute
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16144
16145
16146
# File 'sig/types.rbs', line 16144

def dry_run
  @dry_run
end