Class: Aws::Amplify::Types::ListArtifactsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb

Overview

Describes the request structure for the list artifacts request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891

class ListArtifactsRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#branch_nameString

The name of a branch that is part of an Amplify app.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891

class ListArtifactsRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique ID for a job.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891

class ListArtifactsRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of records to list in a single response.

Returns:

  • (Integer)


1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891

class ListArtifactsRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
1898
1899
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1891

class ListArtifactsRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end