Class: Aws::AmplifyUIBuilder::Types::ExportThemesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Types::Theme>

Represents the configuration of the exported themes.

Returns:



1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1571

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

#next_tokenString

The pagination token that's included if more results are available.

Returns:

  • (String)


1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1571

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