Class: Aws::Types::DnsPrevalidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::DnsPrevalidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_scope ⇒ Types::DomainScope
Returns the value of attribute domain_scope.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#resource_record ⇒ Types::ResourceRecord
Returns the value of attribute resource_record.
Instance Attribute Details
#domain_scope ⇒ Types::DomainScope
Returns the value of attribute domain_scope.
472 473 474 |
# File 'sig/types.rbs', line 472 def domain_scope @domain_scope end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
473 474 475 |
# File 'sig/types.rbs', line 473 def hosted_zone_id @hosted_zone_id end |
#resource_record ⇒ Types::ResourceRecord
Returns the value of attribute resource_record.
474 475 476 |
# File 'sig/types.rbs', line 474 def resource_record @resource_record end |