Class: Aws::Types::TemplateV4
- Inherits:
-
Object
- Object
- Aws::Types::TemplateV4
- 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::EnrollmentFlagsV4
Returns the value of attribute enrollment_flags.
-
#extensions ⇒ Types::ExtensionsV4
Returns the value of attribute extensions.
-
#general_flags ⇒ Types::GeneralFlagsV4
Returns the value of attribute general_flags.
-
#hash_algorithm ⇒ "SHA256", ...
Returns the value of attribute hash_algorithm.
-
#private_key_attributes ⇒ Types::PrivateKeyAttributesV4
Returns the value of attribute private_key_attributes.
-
#private_key_flags ⇒ Types::PrivateKeyFlagsV4
Returns the value of attribute private_key_flags.
-
#subject_name_flags ⇒ Types::SubjectNameFlagsV4
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.
644 645 646 |
# File 'sig/types.rbs', line 644 def certificate_validity @certificate_validity end |
#enrollment_flags ⇒ Types::EnrollmentFlagsV4
Returns the value of attribute enrollment_flags.
645 646 647 |
# File 'sig/types.rbs', line 645 def enrollment_flags @enrollment_flags end |
#extensions ⇒ Types::ExtensionsV4
Returns the value of attribute extensions.
646 647 648 |
# File 'sig/types.rbs', line 646 def extensions @extensions end |
#general_flags ⇒ Types::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.
648 649 650 |
# File 'sig/types.rbs', line 648 def hash_algorithm @hash_algorithm end |
#private_key_attributes ⇒ Types::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_flags ⇒ Types::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_flags ⇒ Types::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.
652 653 654 |
# File 'sig/types.rbs', line 652 def superseded_templates @superseded_templates end |