Class: Aws::Signer::Types::GetSigningPlatformResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category type of the target signing platform.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
416
417
418
419
# File 'lib/aws-sdk-signer/types.rb', line 407

class GetSigningPlatformResponse < Struct.new(
  :platform_id,
  :display_name,
  :partner,
  :target,
  :category,
  :signing_configuration,
  :signing_image_format,
  :max_size_in_mb,
  :revocation_supported)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the target signing platform.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
416
417
418
419
# File 'lib/aws-sdk-signer/types.rb', line 407

class GetSigningPlatformResponse < Struct.new(
  :platform_id,
  :display_name,
  :partner,
  :target,
  :category,
  :signing_configuration,
  :signing_image_format,
  :max_size_in_mb,
  :revocation_supported)
  SENSITIVE = []
  include Aws::Structure
end

#max_size_in_mbInteger

The maximum size (in MB) of the payload that can be signed by the target platform.

Returns:

  • (Integer)


407
408
409
410
411
412
413
414
415
416
417
418
419
# File 'lib/aws-sdk-signer/types.rb', line 407

class GetSigningPlatformResponse < Struct.new(
  :platform_id,
  :display_name,
  :partner,
  :target,
  :category,
  :signing_configuration,
  :signing_image_format,
  :max_size_in_mb,
  :revocation_supported)
  SENSITIVE = []
  include Aws::Structure
end

#partnerString

A list of partner entities that use the target signing platform.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
416
417
418
419
# File 'lib/aws-sdk-signer/types.rb', line 407

class GetSigningPlatformResponse < Struct.new(
  :platform_id,
  :display_name,
  :partner,
  :target,
  :category,
  :signing_configuration,
  :signing_image_format,
  :max_size_in_mb,
  :revocation_supported)
  SENSITIVE = []
  include Aws::Structure
end

#platform_idString

The ID of the target signing platform.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
416
417
418
419
# File 'lib/aws-sdk-signer/types.rb', line 407

class GetSigningPlatformResponse < Struct.new(
  :platform_id,
  :display_name,
  :partner,
  :target,
  :category,
  :signing_configuration,
  :signing_image_format,
  :max_size_in_mb,
  :revocation_supported)
  SENSITIVE = []
  include Aws::Structure
end

#revocation_supportedBoolean

A flag indicating whether signatures generated for the signing platform can be revoked.

Returns:

  • (Boolean)


407
408
409
410
411
412
413
414
415
416
417
418
419
# File 'lib/aws-sdk-signer/types.rb', line 407

class GetSigningPlatformResponse < Struct.new(
  :platform_id,
  :display_name,
  :partner,
  :target,
  :category,
  :signing_configuration,
  :signing_image_format,
  :max_size_in_mb,
  :revocation_supported)
  SENSITIVE = []
  include Aws::Structure
end

#signing_configurationTypes::SigningConfiguration

A list of configurations applied to the target platform at signing.



407
408
409
410
411
412
413
414
415
416
417
418
419
# File 'lib/aws-sdk-signer/types.rb', line 407

class GetSigningPlatformResponse < Struct.new(
  :platform_id,
  :display_name,
  :partner,
  :target,
  :category,
  :signing_configuration,
  :signing_image_format,
  :max_size_in_mb,
  :revocation_supported)
  SENSITIVE = []
  include Aws::Structure
end

#signing_image_formatTypes::SigningImageFormat

The format of the target platform’s signing image.



407
408
409
410
411
412
413
414
415
416
417
418
419
# File 'lib/aws-sdk-signer/types.rb', line 407

class GetSigningPlatformResponse < Struct.new(
  :platform_id,
  :display_name,
  :partner,
  :target,
  :category,
  :signing_configuration,
  :signing_image_format,
  :max_size_in_mb,
  :revocation_supported)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The validation template that is used by the target signing platform.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
416
417
418
419
# File 'lib/aws-sdk-signer/types.rb', line 407

class GetSigningPlatformResponse < Struct.new(
  :platform_id,
  :display_name,
  :partner,
  :target,
  :category,
  :signing_configuration,
  :signing_image_format,
  :max_size_in_mb,
  :revocation_supported)
  SENSITIVE = []
  include Aws::Structure
end