Class: Aws::Types::DomainValidationRecord
- Inherits:
-
Object
- Object
- Aws::Types::DomainValidationRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_record_creation_state ⇒ Types::DnsRecordCreationState
Returns the value of attribute dns_record_creation_state.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#resource_record ⇒ Types::ResourceRecord
Returns the value of attribute resource_record.
-
#validation_status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute validation_status.
Instance Attribute Details
#dns_record_creation_state ⇒ Types::DnsRecordCreationState
Returns the value of attribute dns_record_creation_state.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def dns_record_creation_state @dns_record_creation_state end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def domain_name @domain_name end |
#resource_record ⇒ Types::ResourceRecord
Returns the value of attribute resource_record.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def resource_record @resource_record end |
#validation_status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute validation_status.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def validation_status @validation_status end |