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.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def display_name @display_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def email_address @email_address end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def instance_id @instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def @tags end |