Class: Aws::ACM::Types::ImportCertificateResponse

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

#certificate_arnString

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

Returns:

  • (String)


941
942
943
944
945
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 941

class ImportCertificateResponse < Struct.new(
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end