Class: Aws::Types::SearchCasesResponseItem
- Inherits:
-
Object
- Object
- Aws::Types::SearchCasesResponseItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#fields ⇒ ::Array[Types::FieldValue]
Returns the value of attribute fields.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def case_id @case_id end |
#fields ⇒ ::Array[Types::FieldValue]
Returns the value of attribute fields.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def fields @fields end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def @tags end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def template_id @template_id end |