Class: Aws::ACM::Types::UpdateAcmeEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::UpdateAcmeEndpointRequest
- Defined in:
- gems/aws-sdk-acm/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.
3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3659 class UpdateAcmeEndpointRequest < Struct.new( :acme_endpoint_arn, :authorization_behavior, :contact, :certificate_authority) SENSITIVE = [] include Aws::Structure end |
#authorization_behavior ⇒ String
The updated authorization behavior.
3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3659 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.
3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3659 class UpdateAcmeEndpointRequest < Struct.new( :acme_endpoint_arn, :authorization_behavior, :contact, :certificate_authority) SENSITIVE = [] include Aws::Structure end |
#contact ⇒ String
The updated contact requirement.
3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3659 class UpdateAcmeEndpointRequest < Struct.new( :acme_endpoint_arn, :authorization_behavior, :contact, :certificate_authority) SENSITIVE = [] include Aws::Structure end |