Class: Aws::ACM::Types::KeyUsage

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

Overview

The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A string value that contains a Key Usage extension name.

Returns:

  • (String)


988
989
990
991
992
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 988

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