Class: Aws::Types::ResendContactReachabilityEmailResponse
- Inherits:
-
Object
- Object
- Aws::Types::ResendContactReachabilityEmailResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#is_already_verified ⇒ Boolean
Returns the value of attribute is_already_verified.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
457 458 459 |
# File 'sig/types.rbs', line 457 def domain_name @domain_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
458 459 460 |
# File 'sig/types.rbs', line 458 def email_address @email_address end |
#is_already_verified ⇒ Boolean
Returns the value of attribute is_already_verified.
459 460 461 |
# File 'sig/types.rbs', line 459 def is_already_verified @is_already_verified end |