Class: Aws::Types::TemplateV3
- Inherits:
-
Object
- Object
- Aws::Types::TemplateV3
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_validity ⇒ Types::CertificateValidity
Returns the value of attribute certificate_validity.
-
#enrollment_flags ⇒ Types::EnrollmentFlagsV3
Returns the value of attribute enrollment_flags.
-
#extensions ⇒ Types::ExtensionsV3
Returns the value of attribute extensions.
-
#general_flags ⇒ Types::GeneralFlagsV3
Returns the value of attribute general_flags.
-
#hash_algorithm ⇒ "SHA256", ...
Returns the value of attribute hash_algorithm.
-
#private_key_attributes ⇒ Types::PrivateKeyAttributesV3
Returns the value of attribute private_key_attributes.
-
#private_key_flags ⇒ Types::PrivateKeyFlagsV3
Returns the value of attribute private_key_flags.
-
#subject_name_flags ⇒ Types::SubjectNameFlagsV3
Returns the value of attribute subject_name_flags.
-
#superseded_templates ⇒ ::Array[::String]
Returns the value of attribute superseded_templates.
Instance Attribute Details
#certificate_validity ⇒ Types::CertificateValidity
Returns the value of attribute certificate_validity.
631 632 633 |
# File 'sig/types.rbs', line 631 def certificate_validity @certificate_validity end |
#enrollment_flags ⇒ Types::EnrollmentFlagsV3
Returns the value of attribute enrollment_flags.
632 633 634 |
# File 'sig/types.rbs', line 632 def enrollment_flags @enrollment_flags end |
#extensions ⇒ Types::ExtensionsV3
Returns the value of attribute extensions.
633 634 635 |
# File 'sig/types.rbs', line 633 def extensions @extensions end |
#general_flags ⇒ Types::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.
635 636 637 |
# File 'sig/types.rbs', line 635 def hash_algorithm @hash_algorithm end |
#private_key_attributes ⇒ Types::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_flags ⇒ Types::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_flags ⇒ Types::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.
639 640 641 |
# File 'sig/types.rbs', line 639 def superseded_templates @superseded_templates end |