Class: Aws::SESV2::Types::DeleteContactListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::DeleteContactListRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_list_name ⇒ String
The name of the contact list.
Instance Attribute Details
#contact_list_name ⇒ String
The name of the contact list.
1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1697 class DeleteContactListRequest < Struct.new( :contact_list_name) SENSITIVE = [] include Aws::Structure end |