Class: Aws::Signer::Types::GetSigningPlatformRequest

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

#platform_idString

The ID of the target signing platform.

Returns:

  • (String)


361
362
363
364
365
# File 'lib/aws-sdk-signer/types.rb', line 361

class GetSigningPlatformRequest < Struct.new(
  :platform_id)
  SENSITIVE = []
  include Aws::Structure
end