Class: Aws::CustomerProfiles::Types::ListDomainLayoutsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListDomainLayoutsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::LayoutItem>
Contains summary information about an EventStream.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#items ⇒ Array<Types::LayoutItem>
Contains summary information about an EventStream.
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.
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 |