Class: Aws::AmplifyUIBuilder::Types::ExportThemesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ExportThemesResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::Theme>
Represents the configuration of the exported themes.
-
#next_token ⇒ String
The pagination token that's included if more results are available.
Instance Attribute Details
#entities ⇒ Array<Types::Theme>
Represents the configuration of the exported themes.
1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1130 class ExportThemesResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's included if more results are available.
1130 1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1130 class ExportThemesResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |