Class: Aws::Types::ApprovalRuleEventMetadata

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)


41
42
43
# File 'sig/types.rbs', line 41

def approval_rule_content
  @approval_rule_content
end

#approval_rule_id::String

Returns the value of attribute approval_rule_id.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def approval_rule_id
  @approval_rule_id
end

#approval_rule_name::String

Returns the value of attribute approval_rule_name.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def approval_rule_name
  @approval_rule_name
end