Class: Aws::Signer::Types::SigningMaterial

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

Overview

The ACM certificate that is used to sign your code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

Returns:

  • (String)


1386
1387
1388
1389
1390
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1386

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