Class: Aws::AmplifyUIBuilder::Types::ListThemesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ListThemesResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::ThemeSummary>
The list of themes for the Amplify app.
-
#next_token ⇒ String
The pagination token that's returned if more results are available.
Instance Attribute Details
#entities ⇒ Array<Types::ThemeSummary>
The list of themes for the Amplify app.
2615 2616 2617 2618 2619 2620 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2615 class ListThemesResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's returned if more results are available.
2615 2616 2617 2618 2619 2620 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2615 class ListThemesResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |