Class: Aws::ConnectCases::Types::GetLayoutRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::GetLayoutRequest
- 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.
1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1425 class GetLayoutRequest < Struct.new( :domain_id, :layout_id) SENSITIVE = [] include Aws::Structure end |
#layout_id ⇒ String
The unique identifier of the layout.
1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1425 class GetLayoutRequest < Struct.new( :domain_id, :layout_id) SENSITIVE = [] include Aws::Structure end |