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.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def target_domain_id @target_domain_id end |
#verification_method ⇒ "DNS_TXT", ...
Returns the value of attribute verification_method.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def verification_method @verification_method end |