Class: Aws::Types::DomainValidationOption
- Inherits:
-
Object
- Object
- Aws::Types::DomainValidationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#validation_domain ⇒ ::String
Returns the value of attribute validation_domain.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
514 515 516 |
# File 'sig/types.rbs', line 514 def domain_name @domain_name end |
#validation_domain ⇒ ::String
Returns the value of attribute validation_domain.
515 516 517 |
# File 'sig/types.rbs', line 515 def validation_domain @validation_domain end |