Class: Aws::Types::GetCaseRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCaseRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_rule_arn ⇒ ::String
Returns the value of attribute case_rule_arn.
-
#case_rule_id ⇒ ::String
Returns the value of attribute case_rule_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#deleted ⇒ Boolean
Returns the value of attribute deleted.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule ⇒ Types::CaseRuleDetails
Returns the value of attribute rule.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#case_rule_arn ⇒ ::String
Returns the value of attribute case_rule_arn.
666 667 668 |
# File 'sig/types.rbs', line 666 def case_rule_arn @case_rule_arn end |
#case_rule_id ⇒ ::String
Returns the value of attribute case_rule_id.
664 665 666 |
# File 'sig/types.rbs', line 664 def case_rule_id @case_rule_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
670 671 672 |
# File 'sig/types.rbs', line 670 def created_time @created_time end |
#deleted ⇒ Boolean
Returns the value of attribute deleted.
669 670 671 |
# File 'sig/types.rbs', line 669 def deleted @deleted end |
#description ⇒ ::String
Returns the value of attribute description.
668 669 670 |
# File 'sig/types.rbs', line 668 def description @description end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
671 672 673 |
# File 'sig/types.rbs', line 671 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
665 666 667 |
# File 'sig/types.rbs', line 665 def name @name end |
#rule ⇒ Types::CaseRuleDetails
Returns the value of attribute rule.
667 668 669 |
# File 'sig/types.rbs', line 667 def rule @rule end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
672 673 674 |
# File 'sig/types.rbs', line 672 def @tags end |