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.
5064 5065 5066 5067 5068 5069 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5064 class ListDomainLayoutsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
5064 5065 5066 5067 5068 5069 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5064 class ListDomainLayoutsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |