Class: Aws::Types::ValidationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ValidationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#validation_challenge ⇒ Types::ValidationChallenge
Returns the value of attribute validation_challenge.
-
#validation_method ⇒ "EMAIL", ...
Returns the value of attribute validation_method.
-
#validation_status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute validation_status.
Instance Attribute Details
#validation_challenge ⇒ Types::ValidationChallenge
Returns the value of attribute validation_challenge.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def validation_challenge @validation_challenge end |
#validation_method ⇒ "EMAIL", ...
Returns the value of attribute validation_method.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def validation_method @validation_method end |
#validation_status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute validation_status.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def validation_status @validation_status end |