Class: Aws::Types::ApprovalRuleTemplate
- Inherits:
-
Object
- Object
- Aws::Types::ApprovalRuleTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rule_template_content ⇒ ::String
Returns the value of attribute approval_rule_template_content.
-
#approval_rule_template_description ⇒ ::String
Returns the value of attribute approval_rule_template_description.
-
#approval_rule_template_id ⇒ ::String
Returns the value of attribute approval_rule_template_id.
-
#approval_rule_template_name ⇒ ::String
Returns the value of attribute approval_rule_template_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.
-
#rule_content_sha_256 ⇒ ::String
Returns the value of attribute rule_content_sha_256.
Instance Attribute Details
#approval_rule_template_content ⇒ ::String
Returns the value of attribute approval_rule_template_content.
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.
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.
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.
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.
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.
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.
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.
62 63 64 |
# File 'sig/types.rbs', line 62 def rule_content_sha_256 @rule_content_sha_256 end |