Class: Aws::Types::ApprovalRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_content::String

Returns the value of attribute approval_rule_content.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def approval_rule_content
  @approval_rule_content
end

#approval_rule_id::String

Returns the value of attribute approval_rule_id.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def approval_rule_id
  @approval_rule_id
end

#approval_rule_name::String

Returns the value of attribute approval_rule_name.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def approval_rule_name
  @approval_rule_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


26
27
28
# File 'sig/types.rbs', line 26

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


25
26
27
# File 'sig/types.rbs', line 25

def last_modified_date
  @last_modified_date
end

#last_modified_user::String

Returns the value of attribute last_modified_user.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def last_modified_user
  @last_modified_user
end

#origin_approval_rule_templateTypes::OriginApprovalRuleTemplate

Returns the value of attribute origin_approval_rule_template.



28
29
30
# File 'sig/types.rbs', line 28

def origin_approval_rule_template
  @origin_approval_rule_template
end

#rule_content_sha_256::String

Returns the value of attribute rule_content_sha_256.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def rule_content_sha_256
  @rule_content_sha_256
end