Class: Aws::AmplifyUIBuilder::Types::ExportThemesRequest

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 the themes to.

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1553

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

#environment_nameString

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

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1553

class ExportThemesRequest < 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)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1553

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