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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/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)

472
473
474
475
476
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 472

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