Class: Aws::ConnectCases::Types::UpdateLayoutRequest

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

#contentTypes::LayoutContent

Information about which fields will be present in the layout, the order of the fields.



2541
2542
2543
2544
2545
2546
2547
2548
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2541

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

#domain_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


2541
2542
2543
2544
2545
2546
2547
2548
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2541

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

#layout_idString

The unique identifier of the layout.

Returns:

  • (String)


2541
2542
2543
2544
2545
2546
2547
2548
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2541

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

#nameString

The name of the layout. It must be unique per domain.

Returns:

  • (String)


2541
2542
2543
2544
2545
2546
2547
2548
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2541

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