Class: Aws::Types::AssociateEmailAddressAliasRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#alias_configurationTypes::AliasConfiguration

Returns the value of attribute alias_configuration.



312
313
314
# File 'sig/types.rbs', line 312

def alias_configuration
  @alias_configuration
end

#client_token::String

Returns the value of attribute client_token.



313
314
315
# File 'sig/types.rbs', line 313

def client_token
  @client_token
end

#email_address_id::String

Returns the value of attribute email_address_id.



310
311
312
# File 'sig/types.rbs', line 310

def email_address_id
  @email_address_id
end

#instance_id::String

Returns the value of attribute instance_id.



311
312
313
# File 'sig/types.rbs', line 311

def instance_id
  @instance_id
end