Class: Aws::Types::TemplateV3

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_validityTypes::CertificateValidity

Returns the value of attribute certificate_validity.



631
632
633
# File 'sig/types.rbs', line 631

def certificate_validity
  @certificate_validity
end

#enrollment_flagsTypes::EnrollmentFlagsV3

Returns the value of attribute enrollment_flags.



632
633
634
# File 'sig/types.rbs', line 632

def enrollment_flags
  @enrollment_flags
end

#extensionsTypes::ExtensionsV3

Returns the value of attribute extensions.

Returns:



633
634
635
# File 'sig/types.rbs', line 633

def extensions
  @extensions
end

#general_flagsTypes::GeneralFlagsV3

Returns the value of attribute general_flags.



634
635
636
# File 'sig/types.rbs', line 634

def general_flags
  @general_flags
end

#hash_algorithm"SHA256", ...

Returns the value of attribute hash_algorithm.

Returns:

  • ("SHA256", "SHA384", "SHA512")


635
636
637
# File 'sig/types.rbs', line 635

def hash_algorithm
  @hash_algorithm
end

#private_key_attributesTypes::PrivateKeyAttributesV3

Returns the value of attribute private_key_attributes.



636
637
638
# File 'sig/types.rbs', line 636

def private_key_attributes
  @private_key_attributes
end

#private_key_flagsTypes::PrivateKeyFlagsV3

Returns the value of attribute private_key_flags.



637
638
639
# File 'sig/types.rbs', line 637

def private_key_flags
  @private_key_flags
end

#subject_name_flagsTypes::SubjectNameFlagsV3

Returns the value of attribute subject_name_flags.



638
639
640
# File 'sig/types.rbs', line 638

def subject_name_flags
  @subject_name_flags
end

#superseded_templates::Array[::String]

Returns the value of attribute superseded_templates.

Returns:

  • (::Array[::String])


639
640
641
# File 'sig/types.rbs', line 639

def superseded_templates
  @superseded_templates
end