Class: Aws::Types::ApprovalRule
- Inherits:
-
Object
- Object
- Aws::Types::ApprovalRule
- 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.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#last_modified_user ⇒ ::String
Returns the value of attribute last_modified_user.
-
#origin_approval_rule_template ⇒ Types::OriginApprovalRuleTemplate
Returns the value of attribute origin_approval_rule_template.
-
#rule_content_sha_256 ⇒ ::String
Returns the value of attribute rule_content_sha_256.
Instance Attribute Details
#approval_rule_content ⇒ ::String
Returns the value of attribute approval_rule_content.
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.
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.
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.
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.
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.
27 28 29 |
# File 'sig/types.rbs', line 27 def last_modified_user @last_modified_user end |
#origin_approval_rule_template ⇒ Types::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.
24 25 26 |
# File 'sig/types.rbs', line 24 def rule_content_sha_256 @rule_content_sha_256 end |