Class: Aws::ConnectCases::Types::DeleteLayoutRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1209
1210
1211
1212
1213
1214
# File 'lib/aws-sdk-connectcases/types.rb', line 1209

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

#layout_idString

The unique identifier of the layout.

Returns:

  • (String)


1209
1210
1211
1212
1213
1214
# File 'lib/aws-sdk-connectcases/types.rb', line 1209

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