Method: Aws::ConnectCases::Types::LayoutContent#basic
- Defined in:
- lib/aws-sdk-connectcases/types.rb
#basic ⇒ Types::BasicLayout
Content specific to ‘BasicLayout` type. It configures fields in the top panel and More Info tab of Cases user interface.
1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1987 class LayoutContent < Struct.new( :basic, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Basic < LayoutContent; end class Unknown < LayoutContent; end end |