Class: Aws::Types::CreateEmailAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEmailAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def display_name @display_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def email_address @email_address end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def instance_id @instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def @tags end |