Class: Aws::Types::TemplateV2
- Inherits:
-
Object
- Object
- Aws::Types::TemplateV2
- 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::EnrollmentFlagsV2
Returns the value of attribute enrollment_flags.
-
#extensions ⇒ Types::ExtensionsV2
Returns the value of attribute extensions.
-
#general_flags ⇒ Types::GeneralFlagsV2
Returns the value of attribute general_flags.
-
#private_key_attributes ⇒ Types::PrivateKeyAttributesV2
Returns the value of attribute private_key_attributes.
-
#private_key_flags ⇒ Types::PrivateKeyFlagsV2
Returns the value of attribute private_key_flags.
-
#subject_name_flags ⇒ Types::SubjectNameFlagsV2
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.
619 620 621 |
# File 'sig/types.rbs', line 619 def certificate_validity @certificate_validity end |
#enrollment_flags ⇒ Types::EnrollmentFlagsV2
Returns the value of attribute enrollment_flags.
620 621 622 |
# File 'sig/types.rbs', line 620 def enrollment_flags @enrollment_flags end |
#extensions ⇒ Types::ExtensionsV2
Returns the value of attribute extensions.
621 622 623 |
# File 'sig/types.rbs', line 621 def extensions @extensions end |
#general_flags ⇒ Types::GeneralFlagsV2
Returns the value of attribute general_flags.
622 623 624 |
# File 'sig/types.rbs', line 622 def general_flags @general_flags end |
#private_key_attributes ⇒ Types::PrivateKeyAttributesV2
Returns the value of attribute private_key_attributes.
623 624 625 |
# File 'sig/types.rbs', line 623 def private_key_attributes @private_key_attributes end |
#private_key_flags ⇒ Types::PrivateKeyFlagsV2
Returns the value of attribute private_key_flags.
624 625 626 |
# File 'sig/types.rbs', line 624 def private_key_flags @private_key_flags end |
#subject_name_flags ⇒ Types::SubjectNameFlagsV2
Returns the value of attribute subject_name_flags.
625 626 627 |
# File 'sig/types.rbs', line 625 def subject_name_flags @subject_name_flags end |
#superseded_templates ⇒ ::Array[::String]
Returns the value of attribute superseded_templates.
626 627 628 |
# File 'sig/types.rbs', line 626 def superseded_templates @superseded_templates end |