Class: Aws::Types::DescribeEmailAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEmailAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def email_address_id @email_address_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def instance_id @instance_id end |