Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateDomainValidationOption

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Contains information about the domain names on an SSL/TLS certificate that you will use to validate domain ownership.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The fully qualified domain name in the certificate request.

Returns:

  • (String)


5806
5807
5808
5809
5810
# File 'lib/aws-sdk-lightsail/types.rb', line 5806

class LoadBalancerTlsCertificateDomainValidationOption < Struct.new(
  :domain_name,
  :validation_status)
  include Aws::Structure
end

#validation_statusString

The status of the domain validation. Valid values are listed below.

Returns:

  • (String)


5806
5807
5808
5809
5810
# File 'lib/aws-sdk-lightsail/types.rb', line 5806

class LoadBalancerTlsCertificateDomainValidationOption < Struct.new(
  :domain_name,
  :validation_status)
  include Aws::Structure
end