Class: Aws::ConnectCases::Types::GetLayoutRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::GetLayoutRequest
- Includes:
- Structure
- Defined in:
- 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.
2008 2009 2010 2011 2012 2013 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2008 class GetLayoutRequest < Struct.new( :domain_id, :layout_id) SENSITIVE = [] include Aws::Structure end |
#layout_id ⇒ String
The unique identifier of the layout.
2008 2009 2010 2011 2012 2013 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2008 class GetLayoutRequest < Struct.new( :domain_id, :layout_id) SENSITIVE = [] include Aws::Structure end |