Class: Aws::ACM::Types::RequestCertificateResponse

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

String that contains the ARN of the issued certificate. This must be of the form:

‘arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012`

Returns:

  • (String)


1374
1375
1376
1377
1378
# File 'lib/aws-sdk-acm/types.rb', line 1374

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