Class: Aws::AmplifyUIBuilder::Types::ListCodegenJobsResponse

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

#entitiesArray<Types::CodegenJobSummary>

The list of code generation jobs for the Amplify app.

Returns:



2455
2456
2457
2458
2459
2460
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2455

class ListCodegenJobsResponse < Struct.new(
  :entities,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that's included if more results are available.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2455

class ListCodegenJobsResponse < Struct.new(
  :entities,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end