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)


1801
1802
1803
1804
1805
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1801

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