Class: Aws::ACM::Types::PublicCertificateAuthority

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

Overview

Configuration for a public certificate authority.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_key_algorithmsArray<String>

The key algorithms allowed for certificates issued by this certificate authority.

Returns:

  • (Array<String>)


3030
3031
3032
3033
3034
# File 'lib/aws-sdk-acm/types.rb', line 3030

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