Class: Aws::ConnectCases::Types::ListLayoutsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ListLayoutsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layouts ⇒ Array<Types::LayoutSummary>
The layouts for the domain.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#layouts ⇒ Array<Types::LayoutSummary>
The layouts for the domain.
1872 1873 1874 1875 1876 1877 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1872 class ListLayoutsResponse < Struct.new( :layouts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. This is null if there are no more results to return.
1872 1873 1874 1875 1876 1877 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1872 class ListLayoutsResponse < Struct.new( :layouts, :next_token) SENSITIVE = [] include Aws::Structure end |