Class: Aws::Types::DisassociateEmailAddressAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_configurationTypes::AliasConfiguration

Returns the value of attribute alias_configuration.



2935
2936
2937
# File 'sig/types.rbs', line 2935

def alias_configuration
  @alias_configuration
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2936
2937
2938
# File 'sig/types.rbs', line 2936

def client_token
  @client_token
end

#email_address_id::String

Returns the value of attribute email_address_id.

Returns:

  • (::String)


2933
2934
2935
# File 'sig/types.rbs', line 2933

def email_address_id
  @email_address_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2934
2935
2936
# File 'sig/types.rbs', line 2934

def instance_id
  @instance_id
end