Class: Aws::Types::DescribeEmailAddressResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEmailAddressResponse
- 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.
-
#create_timestamp ⇒ ::String
Returns the value of attribute create_timestamp.
-
#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.
-
#modified_timestamp ⇒ ::String
Returns the value of attribute modified_timestamp.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#alias_configurations ⇒ ::Array[Types::AliasConfiguration]
Returns the value of attribute alias_configurations.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def alias_configurations @alias_configurations end |
#create_timestamp ⇒ ::String
Returns the value of attribute create_timestamp.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def end |
#description ⇒ ::String
Returns the value of attribute description.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2722 2723 2724 |
# File 'sig/types.rbs', line 2722 def display_name @display_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
2721 2722 2723 |
# File 'sig/types.rbs', line 2721 def email_address @email_address end |
#email_address_arn ⇒ ::String
Returns the value of attribute email_address_arn.
2720 2721 2722 |
# File 'sig/types.rbs', line 2720 def email_address_arn @email_address_arn end |
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
2719 2720 2721 |
# File 'sig/types.rbs', line 2719 def email_address_id @email_address_id end |
#modified_timestamp ⇒ ::String
Returns the value of attribute modified_timestamp.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def end |