Class: Aws::ACM::Types::AcmeEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::AcmeEndpoint
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Contains detailed information about an ACME endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
-
#authorization_behavior ⇒ String
The authorization behavior of the ACME endpoint.
-
#certificate_authority ⇒ Types::CertificateAuthority
The certificate authority configuration for the ACME endpoint.
-
#certificate_tags ⇒ Array<Types::Tag>
Tags applied to certificates issued through this ACME endpoint.
-
#contact ⇒ String
Whether ACME clients must provide contact information during account registration.
-
#created_at ⇒ Time
The time at which the ACME endpoint was created.
-
#endpoint_url ⇒ String
The URL of the ACME endpoint.
-
#failure_reason ⇒ String
The reason the ACME endpoint failed, if applicable.
-
#status ⇒ String
The status of the ACME endpoint.
-
#updated_at ⇒ Time
The time at which the ACME endpoint was last updated.
Instance Attribute Details
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462 class AcmeEndpoint < Struct.new( :acme_endpoint_arn, :endpoint_url, :status, :failure_reason, :authorization_behavior, :contact, :certificate_authority, :certificate_tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#authorization_behavior ⇒ String
The authorization behavior of the ACME endpoint.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462 class AcmeEndpoint < Struct.new( :acme_endpoint_arn, :endpoint_url, :status, :failure_reason, :authorization_behavior, :contact, :certificate_authority, :certificate_tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#certificate_authority ⇒ Types::CertificateAuthority
The certificate authority configuration for the ACME endpoint.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462 class AcmeEndpoint < Struct.new( :acme_endpoint_arn, :endpoint_url, :status, :failure_reason, :authorization_behavior, :contact, :certificate_authority, :certificate_tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#certificate_tags ⇒ Array<Types::Tag>
Tags applied to certificates issued through this ACME endpoint.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462 class AcmeEndpoint < Struct.new( :acme_endpoint_arn, :endpoint_url, :status, :failure_reason, :authorization_behavior, :contact, :certificate_authority, :certificate_tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#contact ⇒ String
Whether ACME clients must provide contact information during account registration.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462 class AcmeEndpoint < Struct.new( :acme_endpoint_arn, :endpoint_url, :status, :failure_reason, :authorization_behavior, :contact, :certificate_authority, :certificate_tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the ACME endpoint was created.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462 class AcmeEndpoint < Struct.new( :acme_endpoint_arn, :endpoint_url, :status, :failure_reason, :authorization_behavior, :contact, :certificate_authority, :certificate_tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#endpoint_url ⇒ String
The URL of the ACME endpoint.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462 class AcmeEndpoint < Struct.new( :acme_endpoint_arn, :endpoint_url, :status, :failure_reason, :authorization_behavior, :contact, :certificate_authority, :certificate_tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason the ACME endpoint failed, if applicable.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462 class AcmeEndpoint < Struct.new( :acme_endpoint_arn, :endpoint_url, :status, :failure_reason, :authorization_behavior, :contact, :certificate_authority, :certificate_tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the ACME endpoint.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462 class AcmeEndpoint < Struct.new( :acme_endpoint_arn, :endpoint_url, :status, :failure_reason, :authorization_behavior, :contact, :certificate_authority, :certificate_tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the ACME endpoint was last updated.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462 class AcmeEndpoint < Struct.new( :acme_endpoint_arn, :endpoint_url, :status, :failure_reason, :authorization_behavior, :contact, :certificate_authority, :certificate_tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |