Class: Aws::AmplifyUIBuilder::Types::ExportComponentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ExportComponentsRequest
- 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 components to.
-
#environment_name ⇒ String
The name of the backend environment that is a 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 components to.
1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1474 class ExportComponentsRequest < Struct.new( :app_id, :environment_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1474 class ExportComponentsRequest < 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.
1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1474 class ExportComponentsRequest < Struct.new( :app_id, :environment_name, :next_token) SENSITIVE = [] include Aws::Structure end |