Class: Aws::ACM::Types::AcmeDomainValidationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

Contains summary information about an ACME domain validation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acme_domain_validation_arnString

The Amazon Resource Name (ARN) of the ACME domain validation.

Returns:

  • (String)


403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 403

class AcmeDomainValidationSummary < Struct.new(
  :acme_domain_validation_arn,
  :acme_endpoint_arn,
  :domain_name,
  :prevalidation_type,
  :prevalidation_details,
  :status,
  :failure_details,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#acme_endpoint_arnString

The Amazon Resource Name (ARN) of the ACME endpoint.

Returns:

  • (String)


403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 403

class AcmeDomainValidationSummary < Struct.new(
  :acme_domain_validation_arn,
  :acme_endpoint_arn,
  :domain_name,
  :prevalidation_type,
  :prevalidation_details,
  :status,
  :failure_details,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the domain validation was created.

Returns:

  • (Time)


403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 403

class AcmeDomainValidationSummary < Struct.new(
  :acme_domain_validation_arn,
  :acme_endpoint_arn,
  :domain_name,
  :prevalidation_type,
  :prevalidation_details,
  :status,
  :failure_details,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name being validated.

Returns:

  • (String)


403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 403

class AcmeDomainValidationSummary < Struct.new(
  :acme_domain_validation_arn,
  :acme_endpoint_arn,
  :domain_name,
  :prevalidation_type,
  :prevalidation_details,
  :status,
  :failure_details,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#failure_detailsTypes::FailureDetails

Details about the failure, if the validation failed.



403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 403

class AcmeDomainValidationSummary < Struct.new(
  :acme_domain_validation_arn,
  :acme_endpoint_arn,
  :domain_name,
  :prevalidation_type,
  :prevalidation_details,
  :status,
  :failure_details,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#prevalidation_detailsTypes::PrevalidationDetails

Details about the prevalidation configuration.



403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 403

class AcmeDomainValidationSummary < Struct.new(
  :acme_domain_validation_arn,
  :acme_endpoint_arn,
  :domain_name,
  :prevalidation_type,
  :prevalidation_details,
  :status,
  :failure_details,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#prevalidation_typeString

The type of prevalidation used.

Returns:

  • (String)


403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 403

class AcmeDomainValidationSummary < Struct.new(
  :acme_domain_validation_arn,
  :acme_endpoint_arn,
  :domain_name,
  :prevalidation_type,
  :prevalidation_details,
  :status,
  :failure_details,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the domain validation.

Returns:

  • (String)


403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 403

class AcmeDomainValidationSummary < Struct.new(
  :acme_domain_validation_arn,
  :acme_endpoint_arn,
  :domain_name,
  :prevalidation_type,
  :prevalidation_details,
  :status,
  :failure_details,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the domain validation was last updated.

Returns:

  • (Time)


403
404
405
406
407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 403

class AcmeDomainValidationSummary < Struct.new(
  :acme_domain_validation_arn,
  :acme_endpoint_arn,
  :domain_name,
  :prevalidation_type,
  :prevalidation_details,
  :status,
  :failure_details,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end