Class: Aws::Types::CertificateAuthorityConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#csr_extensionsTypes::CsrExtensions

Returns the value of attribute csr_extensions.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def csr_extensions
  @csr_extensions
end

#key_algorithm"RSA_2048", ...

Returns the value of attribute key_algorithm.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def key_algorithm
  @key_algorithm
end

#signing_algorithm"SHA256WITHECDSA", ...

Returns the value of attribute signing_algorithm.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def signing_algorithm
  @signing_algorithm
end

#subjectTypes::ASN1Subject

Returns the value of attribute subject.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def subject
  @subject
end