Class: Aws::Types::UpdateTemplateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::TemplateDefinition

Returns the value of attribute definition.



678
679
680
# File 'sig/types.rbs', line 678

def definition
  @definition
end

#reenroll_all_certificate_holdersBoolean

Returns the value of attribute reenroll_all_certificate_holders.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def template_arn
  @template_arn
end