Class: Aws::Types::DomainValidation
- Inherits:
-
Object
- Object
- Aws::Types::DomainValidation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#http_redirect ⇒ Types::HttpRedirect
Returns the value of attribute http_redirect.
-
#resource_record ⇒ Types::ResourceRecord
Returns the value of attribute resource_record.
-
#validation_domain ⇒ ::String
Returns the value of attribute validation_domain.
-
#validation_emails ⇒ ::Array[::String]
Returns the value of attribute validation_emails.
-
#validation_method ⇒ "EMAIL", ...
Returns the value of attribute validation_method.
-
#validation_status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute validation_status.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
497 498 499 |
# File 'sig/types.rbs', line 497 def domain_name @domain_name end |
#http_redirect ⇒ Types::HttpRedirect
Returns the value of attribute http_redirect.
502 503 504 |
# File 'sig/types.rbs', line 502 def http_redirect @http_redirect end |
#resource_record ⇒ Types::ResourceRecord
Returns the value of attribute resource_record.
501 502 503 |
# File 'sig/types.rbs', line 501 def resource_record @resource_record end |
#validation_domain ⇒ ::String
Returns the value of attribute validation_domain.
499 500 501 |
# File 'sig/types.rbs', line 499 def validation_domain @validation_domain end |
#validation_emails ⇒ ::Array[::String]
Returns the value of attribute validation_emails.
498 499 500 |
# File 'sig/types.rbs', line 498 def validation_emails @validation_emails end |
#validation_method ⇒ "EMAIL", ...
Returns the value of attribute validation_method.
503 504 505 |
# File 'sig/types.rbs', line 503 def validation_method @validation_method end |
#validation_status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute validation_status.
500 501 502 |
# File 'sig/types.rbs', line 500 def validation_status @validation_status end |