Class: Aws::Types::TemplateV4

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.



644
645
646
# File 'sig/types.rbs', line 644

def certificate_validity
  @certificate_validity
end

#enrollment_flagsTypes::EnrollmentFlagsV4

Returns the value of attribute enrollment_flags.



645
646
647
# File 'sig/types.rbs', line 645

def enrollment_flags
  @enrollment_flags
end

#extensionsTypes::ExtensionsV4

Returns the value of attribute extensions.

Returns:



646
647
648
# File 'sig/types.rbs', line 646

def extensions
  @extensions
end

#general_flagsTypes::GeneralFlagsV4

Returns the value of attribute general_flags.



647
648
649
# File 'sig/types.rbs', line 647

def general_flags
  @general_flags
end

#hash_algorithm"SHA256", ...

Returns the value of attribute hash_algorithm.

Returns:

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


648
649
650
# File 'sig/types.rbs', line 648

def hash_algorithm
  @hash_algorithm
end

#private_key_attributesTypes::PrivateKeyAttributesV4

Returns the value of attribute private_key_attributes.



649
650
651
# File 'sig/types.rbs', line 649

def private_key_attributes
  @private_key_attributes
end

#private_key_flagsTypes::PrivateKeyFlagsV4

Returns the value of attribute private_key_flags.



650
651
652
# File 'sig/types.rbs', line 650

def private_key_flags
  @private_key_flags
end

#subject_name_flagsTypes::SubjectNameFlagsV4

Returns the value of attribute subject_name_flags.



651
652
653
# File 'sig/types.rbs', line 651

def subject_name_flags
  @subject_name_flags
end

#superseded_templates::Array[::String]

Returns the value of attribute superseded_templates.

Returns:

  • (::Array[::String])


652
653
654
# File 'sig/types.rbs', line 652

def superseded_templates
  @superseded_templates
end