Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateDomainValidationOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::LoadBalancerTlsCertificateDomainValidationOption
- 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.
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.
11506 11507 11508 11509 11510 11511 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11506 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.
11506 11507 11508 11509 11510 11511 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11506 class LoadBalancerTlsCertificateDomainValidationOption < Struct.new( :domain_name, :validation_status) SENSITIVE = [] include Aws::Structure end |