Class: Aws::Types::UpdateEmailAddressMetadataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8497
8498
8499
# File 'sig/types.rbs', line 8497

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8495
8496
8497
# File 'sig/types.rbs', line 8495

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


8496
8497
8498
# File 'sig/types.rbs', line 8496

def display_name
  @display_name
end

#email_address_id::String

Returns the value of attribute email_address_id.

Returns:

  • (::String)


8494
8495
8496
# File 'sig/types.rbs', line 8494

def email_address_id
  @email_address_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8493
8494
8495
# File 'sig/types.rbs', line 8493

def instance_id
  @instance_id
end