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.
754 755 756 |
# File 'sig/types.rbs', line 754 def @tags end |
#target_domain_name ⇒ ::String
Returns the value of attribute target_domain_name.
752 753 754 |
# File 'sig/types.rbs', line 752 def target_domain_name @target_domain_name end |
#verification_method ⇒ "DNS_TXT", ...
Returns the value of attribute verification_method.
753 754 755 |
# File 'sig/types.rbs', line 753 def verification_method @verification_method end |