Class: Aws::AmplifyUIBuilder::Types::ListThemesResponse

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::ThemeSummary>

The list of themes for the Amplify app.

Returns:



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_tokenString

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

Returns:

  • (String)


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