Class: Aws::Signer::Types::GetSigningProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::GetSigningProfileResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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_display_name ⇒ String
A human-readable name for the signing platform associated with the signing profile.
-
#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.
-
#profile_version ⇒ String
The current version of the signing profile.
-
#profile_version_arn ⇒ String
The signing profile ARN, including the profile version.
-
#revocation_record ⇒ Types::SigningProfileRevocationRecord
Revocation information for a signing profile.
-
#signature_validity_period ⇒ Types::SignatureValidityPeriod
The validity period for a signing job.
-
#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.
-
#status_reason ⇒ String
Reason for 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.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Types::SigningPlatformOverrides
A list of overrides applied by the target signing profile for signing operations.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#platform_display_name ⇒ String
A human-readable name for the signing platform associated with the signing profile.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#platform_id ⇒ String
The ID of the platform that is used by the target signing profile.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The name of the target signing profile.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#profile_version ⇒ String
The current version of the signing profile.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#profile_version_arn ⇒ String
The signing profile ARN, including the profile version.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#revocation_record ⇒ Types::SigningProfileRevocationRecord
Revocation information for a signing profile.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#signature_validity_period ⇒ Types::SignatureValidityPeriod
The validity period for a signing job.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#signing_material ⇒ Types::SigningMaterial
The ARN of the certificate that the target profile uses for signing operations.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#signing_parameters ⇒ Hash<String,String>
A map of key-value pairs for signing operations that is attached to the target signing profile.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the target signing profile.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Reason for the status of the target signing profile.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of tags associated with the signing profile.
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 |
# File 'lib/aws-sdk-signer/types.rb', line 519 class GetSigningProfileResponse < Struct.new( :profile_name, :profile_version, :profile_version_arn, :revocation_record, :signing_material, :platform_id, :platform_display_name, :signature_validity_period, :overrides, :signing_parameters, :status, :status_reason, :arn, :tags) SENSITIVE = [] include Aws::Structure end |