Class: Aws::Types::AwsCertificateManagerCertificateDomainValidationOption
- Inherits:
-
Object
- Object
- Aws::Types::AwsCertificateManagerCertificateDomainValidationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#resource_record ⇒ Types::AwsCertificateManagerCertificateResourceRecord
Returns the value of attribute resource_record.
-
#validation_domain ⇒ ::String
Returns the value of attribute validation_domain.
-
#validation_emails ⇒ ::Array[::String]
Returns the value of attribute validation_emails.
-
#validation_method ⇒ ::String
Returns the value of attribute validation_method.
-
#validation_status ⇒ ::String
Returns the value of attribute validation_status.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
822 823 824 |
# File 'sig/types.rbs', line 822 def domain_name @domain_name end |
#resource_record ⇒ Types::AwsCertificateManagerCertificateResourceRecord
Returns the value of attribute resource_record.
823 824 825 |
# File 'sig/types.rbs', line 823 def resource_record @resource_record end |
#validation_domain ⇒ ::String
Returns the value of attribute validation_domain.
824 825 826 |
# File 'sig/types.rbs', line 824 def validation_domain @validation_domain end |
#validation_emails ⇒ ::Array[::String]
Returns the value of attribute validation_emails.
825 826 827 |
# File 'sig/types.rbs', line 825 def validation_emails @validation_emails end |
#validation_method ⇒ ::String
Returns the value of attribute validation_method.
826 827 828 |
# File 'sig/types.rbs', line 826 def validation_method @validation_method end |
#validation_status ⇒ ::String
Returns the value of attribute validation_status.
827 828 829 |
# File 'sig/types.rbs', line 827 def validation_status @validation_status end |