Class: Aws::ConnectCases::Types::DeleteLayoutRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::DeleteLayoutRequest
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#layout_id ⇒ String
The unique identifier of the layout.
Instance Attribute Details
#domain_id ⇒ String
The unique identifier of the Cases domain.
754 755 756 757 758 759 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 754 class DeleteLayoutRequest < Struct.new( :domain_id, :layout_id) SENSITIVE = [] include Aws::Structure end |
#layout_id ⇒ String
The unique identifier of the layout.
754 755 756 757 758 759 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 754 class DeleteLayoutRequest < Struct.new( :domain_id, :layout_id) SENSITIVE = [] include Aws::Structure end |