Class: Aws::AmplifyUIBuilder::Types::ExportComponentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ExportComponentsRequest
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Note:
When making an API call, you may pass ExportComponentsRequest data as a hash:
{
app_id: "String", # required
environment_name: "String", # required
next_token: "String",
}
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.
4798 4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 4798 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.
4798 4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 4798 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.
4798 4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 4798 class ExportComponentsRequest < Struct.new( :app_id, :environment_name, :next_token) SENSITIVE = [] include Aws::Structure end |