Class: Aws::Types::EmailAddressMetadata
- Inherits:
-
Object
- Object
- Aws::Types::EmailAddressMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_configurations ⇒ ::Array[Types::AliasConfiguration]
Returns the value of attribute alias_configurations.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#email_address_arn ⇒ ::String
Returns the value of attribute email_address_arn.
-
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
Instance Attribute Details
#alias_configurations ⇒ ::Array[Types::AliasConfiguration]
Returns the value of attribute alias_configurations.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def alias_configurations @alias_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def display_name @display_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
3120 3121 3122 |
# File 'sig/types.rbs', line 3120 def email_address @email_address end |
#email_address_arn ⇒ ::String
Returns the value of attribute email_address_arn.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def email_address_arn @email_address_arn end |
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
3118 3119 3120 |
# File 'sig/types.rbs', line 3118 def email_address_id @email_address_id end |