Class: Aws::MailManager::Types::DeleteAddressListRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_list_idString

The identifier of an existing address list resource to delete.

Returns:

  • (String)


912
913
914
915
916
# File 'lib/aws-sdk-mailmanager/types.rb', line 912

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