Class: Aws::Types::CreateEmailIdentityRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEmailIdentityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
101 102 103 |
# File 'sig/types.rbs', line 101 def email_identity @email_identity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
102 103 104 |
# File 'sig/types.rbs', line 102 def end |