Class: Aws::LicenseManager::Types::Issuer

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

Overview

Details about the issuer of a license.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Issuer name.



2183
2184
2185
2186
2187
2188
# File 'lib/aws-sdk-licensemanager/types.rb', line 2183

class Issuer < Struct.new(
  :name,
  :sign_key)
  SENSITIVE = []
  include Aws::Structure
end

#sign_keyString

Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.



2183
2184
2185
2186
2187
2188
# File 'lib/aws-sdk-licensemanager/types.rb', line 2183

class Issuer < Struct.new(
  :name,
  :sign_key)
  SENSITIVE = []
  include Aws::Structure
end