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.
283 284 285 |
# File 'sig/types.rbs', line 283 def configuration_set_name @configuration_set_name end |
#dkim_signing_attributes ⇒ Types::DkimSigningAttributes
Returns the value of attribute dkim_signing_attributes.
282 283 284 |
# File 'sig/types.rbs', line 282 def dkim_signing_attributes @dkim_signing_attributes end |
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
280 281 282 |
# File 'sig/types.rbs', line 280 def email_identity @email_identity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
281 282 283 |
# File 'sig/types.rbs', line 281 def end |