Class: Aws::Types::AssociateEmailIdentityCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateEmailIdentityCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
-
#from_address ⇒ ::String
Returns the value of attribute from_address.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
35 36 37 |
# File 'sig/types.rbs', line 35 def certificate_arn @certificate_arn end |
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
33 34 35 |
# File 'sig/types.rbs', line 33 def email_identity @email_identity end |
#from_address ⇒ ::String
Returns the value of attribute from_address.
34 35 36 |
# File 'sig/types.rbs', line 34 def from_address @from_address end |