Class: Aws::Types::AcmeDomainValidationSummary
- Inherits:
-
Object
- Object
- Aws::Types::AcmeDomainValidationSummary
- 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.
111 112 113 |
# File 'sig/types.rbs', line 111 def acme_domain_validation_arn @acme_domain_validation_arn end |
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def acme_endpoint_arn @acme_endpoint_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
118 119 120 |
# File 'sig/types.rbs', line 118 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
113 114 115 |
# File 'sig/types.rbs', line 113 def domain_name @domain_name end |
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
117 118 119 |
# File 'sig/types.rbs', line 117 def failure_details @failure_details end |
#prevalidation_details ⇒ Types::PrevalidationDetails
Returns the value of attribute prevalidation_details.
115 116 117 |
# File 'sig/types.rbs', line 115 def prevalidation_details @prevalidation_details end |
#prevalidation_type ⇒ "DNS_PREVALIDATION"
Returns the value of attribute prevalidation_type.
114 115 116 |
# File 'sig/types.rbs', line 114 def prevalidation_type @prevalidation_type end |
#status ⇒ "VALIDATING", ...
Returns the value of attribute status.
116 117 118 |
# File 'sig/types.rbs', line 116 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
119 120 121 |
# File 'sig/types.rbs', line 119 def updated_at @updated_at end |