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.
1504 1505 1506 1507 1508 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1504 class DeleteContactListRequest < Struct.new( :contact_list_name) SENSITIVE = [] include Aws::Structure end |