Class: Aws::AmplifyUIBuilder::Types::ListThemesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ListThemesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for the Amplify app.
-
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
-
#max_results ⇒ Integer
The maximum number of theme results to return in the response.
-
#next_token ⇒ String
The token to request the next page of results.
Instance Attribute Details
#app_id ⇒ String
The unique ID for the Amplify app.
2596 2597 2598 2599 2600 2601 2602 2603 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2596 class ListThemesRequest < Struct.new( :app_id, :environment_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
2596 2597 2598 2599 2600 2601 2602 2603 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2596 class ListThemesRequest < Struct.new( :app_id, :environment_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of theme results to return in the response.
2596 2597 2598 2599 2600 2601 2602 2603 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2596 class ListThemesRequest < Struct.new( :app_id, :environment_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
2596 2597 2598 2599 2600 2601 2602 2603 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2596 class ListThemesRequest < Struct.new( :app_id, :environment_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |