Class: Aws::AmplifyUIBuilder::Types::ExportThemesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ExportThemesRequest
- 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 of the Amplify app to export the themes to.
-
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
-
#next_token ⇒ String
The token to request the next page of results.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app to export the themes to.
1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1553 class ExportThemesRequest < Struct.new( :app_id, :environment_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1553 class ExportThemesRequest < Struct.new( :app_id, :environment_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1553 class ExportThemesRequest < Struct.new( :app_id, :environment_name, :next_token) SENSITIVE = [] include Aws::Structure end |