Class: Aws::ECS::Types::ManagedCertificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedCertificate
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The ACM certificate associated with the HTTPS domain created for the Express service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the ACM certificate.
-
#domain_name ⇒ String
The fully qualified domain name (FQDN) that is secured with this ACM certificate.
-
#status ⇒ String
The status of the ACM; certificate.
-
#status_reason ⇒ String
Information about why the ACM certificate is in the current status.
-
#updated_at ⇒ Time
The Unix timestamp for when the ACM certificate was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the ACM certificate.
9106 9107 9108 9109 9110 9111 9112 9113 9114 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9106 class ManagedCertificate < Struct.new( :arn, :status, :status_reason, :updated_at, :domain_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The fully qualified domain name (FQDN) that is secured with this ACM certificate.
9106 9107 9108 9109 9110 9111 9112 9113 9114 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9106 class ManagedCertificate < Struct.new( :arn, :status, :status_reason, :updated_at, :domain_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the ACM; certificate.
9106 9107 9108 9109 9110 9111 9112 9113 9114 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9106 class ManagedCertificate < Struct.new( :arn, :status, :status_reason, :updated_at, :domain_name) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Information about why the ACM certificate is in the current status.
9106 9107 9108 9109 9110 9111 9112 9113 9114 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9106 class ManagedCertificate < Struct.new( :arn, :status, :status_reason, :updated_at, :domain_name) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp for when the ACM certificate was last updated
9106 9107 9108 9109 9110 9111 9112 9113 9114 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9106 class ManagedCertificate < Struct.new( :arn, :status, :status_reason, :updated_at, :domain_name) SENSITIVE = [] include Aws::Structure end |