Class: Aws::ConnectCases::Types::CaseRuleIdentifier

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

Overview

Object containing case rule identifier information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Unique identifier of a case rule.

Returns:

  • (String)


490
491
492
493
494
# File 'lib/aws-sdk-connectcases/types.rb', line 490

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