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.
2858 2859 2860 2861 2862 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2858 class GetContactListRequest < Struct.new( :contact_list_name) SENSITIVE = [] include Aws::Structure end |