Class: Aws::ACM::Types::GetCertificateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateString

The ACM-issued certificate corresponding to the ARN specified as input.

Returns:

  • (String)


834
835
836
837
838
839
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 834

class GetCertificateResponse < Struct.new(
  :certificate,
  :certificate_chain)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_chainString

Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.

Returns:

  • (String)


834
835
836
837
838
839
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 834

class GetCertificateResponse < Struct.new(
  :certificate,
  :certificate_chain)
  SENSITIVE = []
  include Aws::Structure
end