Class: Aws::Types::CaseDetails
- Inherits:
-
Object
- Object
- Aws::Types::CaseDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#category_code ⇒ ::String
Returns the value of attribute category_code.
-
#cc_email_addresses ⇒ ::Array[::String]
Returns the value of attribute cc_email_addresses.
-
#display_id ⇒ ::String
Returns the value of attribute display_id.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#recent_communications ⇒ Types::RecentCaseCommunications
Returns the value of attribute recent_communications.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#severity_code ⇒ ::String
Returns the value of attribute severity_code.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#submitted_by ⇒ ::String
Returns the value of attribute submitted_by.
-
#time_created ⇒ ::String
Returns the value of attribute time_created.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def case_id @case_id end |
#category_code ⇒ ::String
Returns the value of attribute category_code.
87 88 89 |
# File 'sig/types.rbs', line 87 def category_code @category_code end |
#cc_email_addresses ⇒ ::Array[::String]
Returns the value of attribute cc_email_addresses.
92 93 94 |
# File 'sig/types.rbs', line 92 def cc_email_addresses @cc_email_addresses end |
#display_id ⇒ ::String
Returns the value of attribute display_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def display_id @display_id end |
#language ⇒ ::String
Returns the value of attribute language.
93 94 95 |
# File 'sig/types.rbs', line 93 def language @language end |
#recent_communications ⇒ Types::RecentCaseCommunications
Returns the value of attribute recent_communications.
91 92 93 |
# File 'sig/types.rbs', line 91 def recent_communications @recent_communications end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
86 87 88 |
# File 'sig/types.rbs', line 86 def service_code @service_code end |
#severity_code ⇒ ::String
Returns the value of attribute severity_code.
88 89 90 |
# File 'sig/types.rbs', line 88 def severity_code @severity_code end |
#status ⇒ ::String
Returns the value of attribute status.
85 86 87 |
# File 'sig/types.rbs', line 85 def status @status end |
#subject ⇒ ::String
Returns the value of attribute subject.
84 85 86 |
# File 'sig/types.rbs', line 84 def subject @subject end |
#submitted_by ⇒ ::String
Returns the value of attribute submitted_by.
89 90 91 |
# File 'sig/types.rbs', line 89 def submitted_by @submitted_by end |
#time_created ⇒ ::String
Returns the value of attribute time_created.
90 91 92 |
# File 'sig/types.rbs', line 90 def time_created @time_created end |