Class: Aws::Types::CreateTargetDomainInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTargetDomainInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_domain_name ⇒ ::String
Returns the value of attribute target_domain_name.
-
#verification_method ⇒ "DNS_TXT", ...
Returns the value of attribute verification_method.
Instance Attribute Details
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
747 748 749 |
# File 'sig/types.rbs', line 747 def @tags end |
#target_domain_name ⇒ ::String
Returns the value of attribute target_domain_name.
745 746 747 |
# File 'sig/types.rbs', line 745 def target_domain_name @target_domain_name end |
#verification_method ⇒ "DNS_TXT", ...
Returns the value of attribute verification_method.
746 747 748 |
# File 'sig/types.rbs', line 746 def verification_method @verification_method end |