Class: Aws::Types::ResendValidationEmailRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResendValidationEmailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#validation_domain ⇒ ::String
Returns the value of attribute validation_domain.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
882 883 884 |
# File 'sig/types.rbs', line 882 def certificate_arn @certificate_arn end |
#domain ⇒ ::String
Returns the value of attribute domain.
883 884 885 |
# File 'sig/types.rbs', line 883 def domain @domain end |
#validation_domain ⇒ ::String
Returns the value of attribute validation_domain.
884 885 886 |
# File 'sig/types.rbs', line 884 def validation_domain @validation_domain end |