Class: Aws::Types::CreateEmailIdentityRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEmailIdentityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#dkim_signing_attributes ⇒ Types::DkimSigningAttributes
Returns the value of attribute dkim_signing_attributes.
-
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
272 273 274 |
# File 'sig/types.rbs', line 272 def configuration_set_name @configuration_set_name end |
#dkim_signing_attributes ⇒ Types::DkimSigningAttributes
Returns the value of attribute dkim_signing_attributes.
271 272 273 |
# File 'sig/types.rbs', line 271 def dkim_signing_attributes @dkim_signing_attributes end |
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
269 270 271 |
# File 'sig/types.rbs', line 269 def email_identity @email_identity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
270 271 272 |
# File 'sig/types.rbs', line 270 def @tags end |