Class: Aws::Types::UpdateApprovalRuleTemplateContentInput

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_name::String

Returns the value of attribute approval_rule_template_name.

Returns:

  • (::String)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def approval_rule_template_name
  @approval_rule_template_name
end

#existing_rule_content_sha_256::String

Returns the value of attribute existing_rule_content_sha_256.

Returns:

  • (::String)


1981
1982
1983
# File 'sig/types.rbs', line 1981

def existing_rule_content_sha_256
  @existing_rule_content_sha_256
end

#new_rule_content::String

Returns the value of attribute new_rule_content.

Returns:

  • (::String)


1980
1981
1982
# File 'sig/types.rbs', line 1980

def new_rule_content
  @new_rule_content
end