Class: Aws::Types::AcmeDomainValidation
- Inherits:
-
Object
- Object
- Aws::Types::AcmeDomainValidation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acme_domain_validation_arn ⇒ ::String
Returns the value of attribute acme_domain_validation_arn.
-
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
-
#prevalidation_details ⇒ Types::PrevalidationDetails
Returns the value of attribute prevalidation_details.
-
#prevalidation_type ⇒ "DNS_PREVALIDATION"
Returns the value of attribute prevalidation_type.
-
#status ⇒ "VALIDATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#acme_domain_validation_arn ⇒ ::String
Returns the value of attribute acme_domain_validation_arn.
98 99 100 |
# File 'sig/types.rbs', line 98 def acme_domain_validation_arn @acme_domain_validation_arn end |
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
99 100 101 |
# File 'sig/types.rbs', line 99 def acme_endpoint_arn @acme_endpoint_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
105 106 107 |
# File 'sig/types.rbs', line 105 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
100 101 102 |
# File 'sig/types.rbs', line 100 def domain_name @domain_name end |
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
104 105 106 |
# File 'sig/types.rbs', line 104 def failure_details @failure_details end |
#prevalidation_details ⇒ Types::PrevalidationDetails
Returns the value of attribute prevalidation_details.
102 103 104 |
# File 'sig/types.rbs', line 102 def prevalidation_details @prevalidation_details end |
#prevalidation_type ⇒ "DNS_PREVALIDATION"
Returns the value of attribute prevalidation_type.
101 102 103 |
# File 'sig/types.rbs', line 101 def prevalidation_type @prevalidation_type end |
#status ⇒ "VALIDATING", ...
Returns the value of attribute status.
103 104 105 |
# File 'sig/types.rbs', line 103 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
106 107 108 |
# File 'sig/types.rbs', line 106 def updated_at @updated_at end |