Class: Aws::Types::AcmeDomainValidationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acme_domain_validation_arn::String

Returns the value of attribute acme_domain_validation_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def domain_name
  @domain_name
end

#failure_detailsTypes::FailureDetails

Returns the value of attribute failure_details.



117
118
119
# File 'sig/types.rbs', line 117

def failure_details
  @failure_details
end

#prevalidation_detailsTypes::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.

Returns:

  • ("DNS_PREVALIDATION")


114
115
116
# File 'sig/types.rbs', line 114

def prevalidation_type
  @prevalidation_type
end

#status"VALIDATING", ...

Returns the value of attribute status.

Returns:

  • ("VALIDATING", "VALID", "INVALID", "DELETING")


116
117
118
# File 'sig/types.rbs', line 116

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


119
120
121
# File 'sig/types.rbs', line 119

def updated_at
  @updated_at
end