Class: Aws::ConnectCases::Types::GetCaseEventConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


1228
1229
1230
1231
1232
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1228

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