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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The fully qualified domain name in the certificate request.

Returns:

  • (String)


11495
11496
11497
11498
11499
11500
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11495

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

#validation_statusString

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

Returns:

  • (String)


11495
11496
11497
11498
11499
11500
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11495

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