Class: Aws::Types::ValidationChallenge
- Inherits:
-
Object
- Object
- Aws::Types::ValidationChallenge
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DnsValidationChallenge, EmailValidationChallenge, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_validation_challenge ⇒ Types::DnsValidationChallenge
Returns the value of attribute dns_validation_challenge.
-
#email_validation_challenge ⇒ Types::EmailValidationChallenge
Returns the value of attribute email_validation_challenge.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#dns_validation_challenge ⇒ Types::DnsValidationChallenge
Returns the value of attribute dns_validation_challenge.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def dns_validation_challenge @dns_validation_challenge end |
#email_validation_challenge ⇒ Types::EmailValidationChallenge
Returns the value of attribute email_validation_challenge.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def email_validation_challenge @email_validation_challenge end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def unknown @unknown end |