Class: Aws::Types::UpdateApprovalRuleTemplateNameInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#new_approval_rule_template_name::String

Returns the value of attribute new_approval_rule_template_name.

Returns:

  • (::String)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def new_approval_rule_template_name
  @new_approval_rule_template_name
end

#old_approval_rule_template_name::String

Returns the value of attribute old_approval_rule_template_name.

Returns:

  • (::String)


2002
2003
2004
# File 'sig/types.rbs', line 2002

def old_approval_rule_template_name
  @old_approval_rule_template_name
end