Class: Aws::Types::ApprovalRuleEventMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ApprovalRuleEventMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rule_content ⇒ ::String
Returns the value of attribute approval_rule_content.
-
#approval_rule_id ⇒ ::String
Returns the value of attribute approval_rule_id.
-
#approval_rule_name ⇒ ::String
Returns the value of attribute approval_rule_name.
Instance Attribute Details
#approval_rule_content ⇒ ::String
Returns the value of attribute approval_rule_content.
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.
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.
39 40 41 |
# File 'sig/types.rbs', line 39 def approval_rule_name @approval_rule_name end |