Class: Aws::Types::ApprovalRuleTemplate

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)


61
62
63
# File 'sig/types.rbs', line 61

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)


60
61
62
# File 'sig/types.rbs', line 60

def approval_rule_template_description
  @approval_rule_template_description
end

#approval_rule_template_id::String

Returns the value of attribute approval_rule_template_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def approval_rule_template_id
  @approval_rule_template_id
end

#approval_rule_template_name::String

Returns the value of attribute approval_rule_template_name.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def approval_rule_template_name
  @approval_rule_template_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


64
65
66
# File 'sig/types.rbs', line 64

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


63
64
65
# File 'sig/types.rbs', line 63

def last_modified_date
  @last_modified_date
end

#last_modified_user::String

Returns the value of attribute last_modified_user.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def last_modified_user
  @last_modified_user
end

#rule_content_sha_256::String

Returns the value of attribute rule_content_sha_256.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def rule_content_sha_256
  @rule_content_sha_256
end