Class: Aws::Types::DnsPrevalidationOptions
- Inherits:
-
Object
- Object
- Aws::Types::DnsPrevalidationOptions
- 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.
Instance Attribute Details
#domain_scope ⇒ Types::DomainScope
Returns the value of attribute domain_scope.
479 480 481 |
# File 'sig/types.rbs', line 479 def domain_scope @domain_scope end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def hosted_zone_id @hosted_zone_id end |