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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the signing profile.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the signing profile.

#overridesTypes::SigningPlatformOverrides

A list of overrides applied by the target signing profile for signing operations.

Returns:

#platform_idString

The ID of the platform that is used by the target signing profile.

Returns:

  • (String)

    The ID of the platform that is used by the target signing profile.

#profile_nameString

The name of the target signing profile.

Returns:

  • (String)

    The name of the target signing profile.

#signing_materialTypes::SigningMaterial

The ARN of the certificate that the target profile uses for signing operations.

Returns:

  • (Types::SigningMaterial)

    The ARN of the certificate that the target profile uses for signing operations.

#signing_parametersHash<String,String>

A map of key-value pairs for signing operations that is attached to the target signing profile.

Returns:

  • (Hash<String,String>)

    A map of key-value pairs for signing operations that is attached to the target signing profile.

#statusString

The status of the target signing profile.

Possible values:

  • Active
  • Canceled

Returns:

  • (String)

    The status of the target signing profile.

#tagsHash<String,String>

A list of tags associated with the signing profile.

Returns:

  • (Hash<String,String>)

    A list of tags associated with the signing profile.