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.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def alias_configurations @alias_configurations end |
#create_timestamp ⇒ ::String
Returns the value of attribute create_timestamp.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def @create_timestamp end |
#description ⇒ ::String
Returns the value of attribute description.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def display_name @display_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def email_address @email_address end |
#email_address_arn ⇒ ::String
Returns the value of attribute email_address_arn.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def email_address_arn @email_address_arn end |
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def email_address_id @email_address_id end |
#modified_timestamp ⇒ ::String
Returns the value of attribute modified_timestamp.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def @modified_timestamp end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def @tags end |