Class: Aws::SESV2::Types::GetContactListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetContactListRequest
- 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.
3188 3189 3190 3191 3192 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3188 class GetContactListRequest < Struct.new( :contact_list_name) SENSITIVE = [] include Aws::Structure end |