Class: Aws::ConnectCases::Types::ListLayoutsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layoutsArray<Types::LayoutSummary>

The layouts for the domain.

Returns:



1872
1873
1874
1875
1876
1877
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1872

class ListLayoutsResponse < Struct.new(
  :layouts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. This is null if there are no more results to return.

Returns:

  • (String)


1872
1873
1874
1875
1876
1877
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1872

class ListLayoutsResponse < Struct.new(
  :layouts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end