Class: Aws::PinpointEmail::Types::GetEmailIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetEmailIdentityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
A request to return details about an email identity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email_identity ⇒ String
The email identity that you want to retrieve details for.
Instance Attribute Details
#email_identity ⇒ String
The email identity that you want to retrieve details for.
1593 1594 1595 1596 1597 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1593 class GetEmailIdentityRequest < Struct.new( :email_identity) SENSITIVE = [] include Aws::Structure end |