Class: Aws::ECS::Types::ManagedCertificate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ACM certificate.

Returns:

  • (String)


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_nameString

The fully qualified domain name (FQDN) that is secured with this ACM certificate.

Returns:

  • (String)


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

#statusString

The status of the ACM; certificate.

Returns:

  • (String)


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_reasonString

Information about why the ACM certificate is in the current status.

Returns:

  • (String)


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_atTime

The Unix timestamp for when the ACM certificate was last updated

Returns:

  • (Time)


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