Class: Aws::Types::CreateAcmeDomainValidationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAcmeDomainValidationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#prevalidation_options ⇒ Types::PrevalidationOptions
Returns the value of attribute prevalidation_options.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
327 328 329 |
# File 'sig/types.rbs', line 327 def acme_endpoint_arn @acme_endpoint_arn end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
328 329 330 |
# File 'sig/types.rbs', line 328 def domain_name @domain_name end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
326 327 328 |
# File 'sig/types.rbs', line 326 def idempotency_token @idempotency_token end |
#prevalidation_options ⇒ Types::PrevalidationOptions
Returns the value of attribute prevalidation_options.
329 330 331 |
# File 'sig/types.rbs', line 329 def @prevalidation_options end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
330 331 332 |
# File 'sig/types.rbs', line 330 def @tags end |