Class: Aws::Signer::Types::SigningMaterial
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::SigningMaterial
- 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
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificates that is used to sign your code.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificates that is used to sign your code.
1405 1406 1407 1408 1409 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1405 class SigningMaterial < Struct.new( :certificate_arn) SENSITIVE = [] include Aws::Structure end |