Class: Aws::CustomerProfiles::Types::ListDomainLayoutsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#items ⇒ Array<Types::LayoutItem>

Contains summary information about an EventStream.

Returns:



6553
6554
6555
6556
6557
6558
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6553

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

#next_token ⇒ String

Identifies the next page of results to return.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6553

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