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.
8848 8849 8850 8851 8852 8853 8854 8855 8856 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8848 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.
8848 8849 8850 8851 8852 8853 8854 8855 8856 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8848 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.
8848 8849 8850 8851 8852 8853 8854 8855 8856 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8848 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.
8848 8849 8850 8851 8852 8853 8854 8855 8856 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8848 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
8848 8849 8850 8851 8852 8853 8854 8855 8856 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8848 class ManagedCertificate < Struct.new( :arn, :status, :status_reason, :updated_at, :domain_name) SENSITIVE = [] include Aws::Structure end |