Class: Aws::Types::ValidationChallenge

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: DnsValidationChallenge, EmailValidationChallenge, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_validation_challengeTypes::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_challengeTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def unknown
  @unknown
end