Class: Aws::MailManager::Types::GetMemberOfAddressListRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mailmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:address]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The address to be retrieved from the address list.

Returns:

  • (String)


1781
1782
1783
1784
1785
1786
# File 'lib/aws-sdk-mailmanager/types.rb', line 1781

class GetMemberOfAddressListRequest < Struct.new(
  :address_list_id,
  :address)
  SENSITIVE = [:address]
  include Aws::Structure
end

#address_list_idString

The unique identifier of the address list to retrieve the address from.

Returns:

  • (String)


1781
1782
1783
1784
1785
1786
# File 'lib/aws-sdk-mailmanager/types.rb', line 1781

class GetMemberOfAddressListRequest < Struct.new(
  :address_list_id,
  :address)
  SENSITIVE = [:address]
  include Aws::Structure
end