Class: Aws::ACM::Types::UpdateAcmeDomainValidationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::UpdateAcmeDomainValidationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acme_domain_validation_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME domain validation to update.
-
#prevalidation_options ⇒ Types::PrevalidationOptions
The updated prevalidation options.
Instance Attribute Details
#acme_domain_validation_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME domain validation to update.
3634 3635 3636 3637 3638 3639 |
# File 'lib/aws-sdk-acm/types.rb', line 3634 class UpdateAcmeDomainValidationRequest < Struct.new( :acme_domain_validation_arn, :prevalidation_options) SENSITIVE = [] include Aws::Structure end |
#prevalidation_options ⇒ Types::PrevalidationOptions
The updated prevalidation options.
3634 3635 3636 3637 3638 3639 |
# File 'lib/aws-sdk-acm/types.rb', line 3634 class UpdateAcmeDomainValidationRequest < Struct.new( :acme_domain_validation_arn, :prevalidation_options) SENSITIVE = [] include Aws::Structure end |