Class: Aws::Types::CreateApprovalRuleTemplateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_content::String

Returns the value of attribute approval_rule_template_content.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def approval_rule_template_content
  @approval_rule_template_content
end

#approval_rule_template_description::String

Returns the value of attribute approval_rule_template_description.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def approval_rule_template_description
  @approval_rule_template_description
end

#approval_rule_template_name::String

Returns the value of attribute approval_rule_template_name.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def approval_rule_template_name
  @approval_rule_template_name
end