Class: Aws::ConnectCases::Types::ConnectCaseInputContent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcases/types.rb

Overview

Represents the content of a ‘ConnectCase` related item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

A unique identifier of the case.

Returns:

  • (String)


635
636
637
638
639
# File 'lib/aws-sdk-connectcases/types.rb', line 635

class ConnectCaseInputContent < Struct.new(
  :case_id)
  SENSITIVE = []
  include Aws::Structure
end