Class: Aws::Types::UpdateTargetDomainInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTargetDomainInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
-
#verification_method ⇒ "DNS_TXT", ...
Returns the value of attribute verification_method.
Instance Attribute Details
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def target_domain_id @target_domain_id end |
#verification_method ⇒ "DNS_TXT", ...
Returns the value of attribute verification_method.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def verification_method @verification_method end |