Class: Aws::Amplify::Types::ListArtifactsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::ListArtifactsRequest
- 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
-
#app_id ⇒ String
The unique ID for an Amplify app.
-
#branch_name ⇒ String
The name of a branch that is part of an Amplify app.
-
#job_id ⇒ String
The unique ID for a job.
-
#max_results ⇒ Integer
The maximum number of records to list in a single response.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#app_id ⇒ String
The unique ID for an Amplify app.
1969 1970 1971 1972 1973 1974 1975 1976 1977 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1969 class ListArtifactsRequest < Struct.new( :app_id, :branch_name, :job_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#branch_name ⇒ String
The name of a branch that is part of an Amplify app.
1969 1970 1971 1972 1973 1974 1975 1976 1977 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1969 class ListArtifactsRequest < Struct.new( :app_id, :branch_name, :job_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique ID for a job.
1969 1970 1971 1972 1973 1974 1975 1976 1977 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1969 class ListArtifactsRequest < Struct.new( :app_id, :branch_name, :job_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of records to list in a single response.
1969 1970 1971 1972 1973 1974 1975 1976 1977 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1969 class ListArtifactsRequest < Struct.new( :app_id, :branch_name, :job_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1969 1970 1971 1972 1973 1974 1975 1976 1977 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1969 class ListArtifactsRequest < Struct.new( :app_id, :branch_name, :job_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |