Class: Aws::Types::EmailAddressSummary
- Inherits:
-
Object
- Object
- Aws::Types::EmailAddressSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_default_outbound_email ⇒ Boolean
Returns the value of attribute is_default_outbound_email.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def id @id end |
#is_default_outbound_email ⇒ Boolean
Returns the value of attribute is_default_outbound_email.
3142 3143 3144 |
# File 'sig/types.rbs', line 3142 def is_default_outbound_email @is_default_outbound_email end |