Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateDomainValidationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::LoadBalancerTlsCertificateDomainValidationOption
- 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
-
#domain_name ⇒ String
The fully qualified domain name in the certificate request.
-
#validation_status ⇒ String
The status of the domain validation.
Instance Attribute Details
#domain_name ⇒ String
The fully qualified domain name in the certificate request.
12337 12338 12339 12340 12341 12342 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12337 class LoadBalancerTlsCertificateDomainValidationOption < Struct.new( :domain_name, :validation_status) SENSITIVE = [] include Aws::Structure end |
#validation_status ⇒ String
The status of the domain validation. Valid values are listed below.
12337 12338 12339 12340 12341 12342 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12337 class LoadBalancerTlsCertificateDomainValidationOption < Struct.new( :domain_name, :validation_status) SENSITIVE = [] include Aws::Structure end |