Class: Aws::ACM::Types::UpdateAcmeEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::UpdateAcmeEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint to update.
-
#authorization_behavior ⇒ String
The updated authorization behavior.
-
#certificate_authority ⇒ Types::CertificateAuthority
The updated certificate authority configuration.
-
#contact ⇒ String
The updated contact requirement.
Instance Attribute Details
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint to update.
3814 3815 3816 3817 3818 3819 3820 3821 |
# File 'lib/aws-sdk-acm/types.rb', line 3814 class UpdateAcmeEndpointRequest < Struct.new( :acme_endpoint_arn, :authorization_behavior, :contact, :certificate_authority) SENSITIVE = [] include Aws::Structure end |
#authorization_behavior ⇒ String
The updated authorization behavior.
3814 3815 3816 3817 3818 3819 3820 3821 |
# File 'lib/aws-sdk-acm/types.rb', line 3814 class UpdateAcmeEndpointRequest < Struct.new( :acme_endpoint_arn, :authorization_behavior, :contact, :certificate_authority) SENSITIVE = [] include Aws::Structure end |
#certificate_authority ⇒ Types::CertificateAuthority
The updated certificate authority configuration.
3814 3815 3816 3817 3818 3819 3820 3821 |
# File 'lib/aws-sdk-acm/types.rb', line 3814 class UpdateAcmeEndpointRequest < Struct.new( :acme_endpoint_arn, :authorization_behavior, :contact, :certificate_authority) SENSITIVE = [] include Aws::Structure end |
#contact ⇒ String
The updated contact requirement.
3814 3815 3816 3817 3818 3819 3820 3821 |
# File 'lib/aws-sdk-acm/types.rb', line 3814 class UpdateAcmeEndpointRequest < Struct.new( :acme_endpoint_arn, :authorization_behavior, :contact, :certificate_authority) SENSITIVE = [] include Aws::Structure end |