Class: Aws::Types::CaseDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_id::String

Returns the value of attribute case_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def display_id
  @display_id
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def language
  @language
end

#recent_communicationsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def severity_code
  @severity_code
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def status
  @status
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def subject
  @subject
end

#submitted_by::String

Returns the value of attribute submitted_by.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def 
  @submitted_by
end

#time_created::String

Returns the value of attribute time_created.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def time_created
  @time_created
end