Class: Aws::Signer::Types::GetSigningPlatformResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::GetSigningPlatformResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
The category type of the target signing platform.
-
#display_name ⇒ String
The display name of the target signing platform.
-
#max_size_in_mb ⇒ Integer
The maximum size (in MB) of the payload that can be signed by the target platform.
-
#partner ⇒ String
A list of partner entities that use the target signing platform.
-
#platform_id ⇒ String
The ID of the target signing platform.
-
#revocation_supported ⇒ Boolean
A flag indicating whether signatures generated for the signing platform can be revoked.
-
#signing_configuration ⇒ Types::SigningConfiguration
A list of configurations applied to the target platform at signing.
-
#signing_image_format ⇒ Types::SigningImageFormat
The format of the target platform’s signing image.
-
#target ⇒ String
The validation template that is used by the target signing platform.
Instance Attribute Details
#category ⇒ String
The category type of the target signing platform.
426 427 428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-signer/types.rb', line 426 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_name ⇒ String
The display name of the target signing platform.
426 427 428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-signer/types.rb', line 426 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_mb ⇒ Integer
The maximum size (in MB) of the payload that can be signed by the target platform.
426 427 428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-signer/types.rb', line 426 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 |
#partner ⇒ String
A list of partner entities that use the target signing platform.
426 427 428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-signer/types.rb', line 426 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_id ⇒ String
The ID of the target signing platform.
426 427 428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-signer/types.rb', line 426 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_supported ⇒ Boolean
A flag indicating whether signatures generated for the signing platform can be revoked.
426 427 428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-signer/types.rb', line 426 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_configuration ⇒ Types::SigningConfiguration
A list of configurations applied to the target platform at signing.
426 427 428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-signer/types.rb', line 426 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_format ⇒ Types::SigningImageFormat
The format of the target platform’s signing image.
426 427 428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-signer/types.rb', line 426 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 |
#target ⇒ String
The validation template that is used by the target signing platform.
426 427 428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-signer/types.rb', line 426 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 |