Class: Aws::ACMPCA::Types::CreateCertificateAuthorityResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-acmpca/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_arnString

If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This is of the form:

‘arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 `.

Returns:

  • (String)


589
590
591
592
593
# File 'lib/aws-sdk-acmpca/types.rb', line 589

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