Class: Aws::Types::StartDomainVerificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDomainVerificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def client_token @client_token end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def domain_name @domain_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def @tags end |