You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Signer::Types::GetSigningProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::GetSigningProfileResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the signing profile.
-
#overrides ⇒ Types::SigningPlatformOverrides
A list of overrides applied by the target signing profile for signing operations.
-
#platform_id ⇒ String
The ID of the platform that is used by the target signing profile.
-
#profile_name ⇒ String
The name of the target signing profile.
-
#signing_material ⇒ Types::SigningMaterial
The ARN of the certificate that the target profile uses for signing operations.
-
#signing_parameters ⇒ Hash<String,String>
A map of key-value pairs for signing operations that is attached to the target signing profile.
-
#status ⇒ String
The status of the target signing profile.
-
#tags ⇒ Hash<String,String>
A list of tags associated with the signing profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the signing profile.
#overrides ⇒ Types::SigningPlatformOverrides
A list of overrides applied by the target signing profile for signing operations.
#platform_id ⇒ String
The ID of the platform that is used by the target signing profile.
#profile_name ⇒ String
The name of the target signing profile.
#signing_material ⇒ Types::SigningMaterial
The ARN of the certificate that the target profile uses for signing operations.
#signing_parameters ⇒ Hash<String,String>
A map of key-value pairs for signing operations that is attached to the target signing profile.
#status ⇒ String
The status of the target signing profile.
Possible values:
- Active
- Canceled
#tags ⇒ Hash<String,String>
A list of tags associated with the signing profile.