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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


891
892
893
894
895
# File 'lib/aws-sdk-acm/types.rb', line 891

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