Class: Aws::Types::UpdateTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ Types::TemplateDefinition
Returns the value of attribute definition.
-
#reenroll_all_certificate_holders ⇒ Boolean
Returns the value of attribute reenroll_all_certificate_holders.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#definition ⇒ Types::TemplateDefinition
Returns the value of attribute definition.
678 679 680 |
# File 'sig/types.rbs', line 678 def definition @definition end |
#reenroll_all_certificate_holders ⇒ Boolean
Returns the value of attribute reenroll_all_certificate_holders.
679 680 681 |
# File 'sig/types.rbs', line 679 def reenroll_all_certificate_holders @reenroll_all_certificate_holders end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
680 681 682 |
# File 'sig/types.rbs', line 680 def template_arn @template_arn end |