Class: Aws::ACMPCA::Types::Qualifier

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

Overview

Defines a ‘PolicyInformation` qualifier. Amazon Web Services Private CA supports the [certification practice statement (CPS) qualifier] defined in RFC 5280.

[1]: datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.4

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cps_uriString

Contains a pointer to a certification practice statement (CPS) published by the CA.

Returns:

  • (String)


2256
2257
2258
2259
2260
# File 'lib/aws-sdk-acmpca/types.rb', line 2256

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