Class: Aws::Types::ModifyAddressAttributeRequest

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)


13214
13215
13216
# File 'sig/types.rbs', line 13214

def allocation_id
  @allocation_id
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


13215
13216
13217
# File 'sig/types.rbs', line 13215

def domain_name
  @domain_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13216
13217
13218
# File 'sig/types.rbs', line 13216

def dry_run
  @dry_run
end