Class: Aws::AmplifyUIBuilder::Types::ExportComponentsRequest

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

#app_idString

The unique ID of the Amplify app to export components to.

Returns:

  • (String)


1474
1475
1476
1477
1478
1479
1480
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1474

class ExportComponentsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name of the backend environment that is a part of the Amplify app.

Returns:

  • (String)


1474
1475
1476
1477
1478
1479
1480
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1474

class ExportComponentsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to request the next page of results.

Returns:

  • (String)


1474
1475
1476
1477
1478
1479
1480
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1474

class ExportComponentsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end