Class: Aws::Types::CaseSummary
- Inherits:
-
Object
- Object
- Aws::Types::CaseSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
199 200 201 |
# File 'sig/types.rbs', line 199 def case_id @case_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
200 201 202 |
# File 'sig/types.rbs', line 200 def template_id @template_id end |