Class: Aws::PartnerCentralSelling::Types::ListResourceSnapshotJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListResourceSnapshotJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog related to the request.
-
#engagement_identifier ⇒ String
The identifier of the engagement to filter the response.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token for the next set of results.
-
#sort ⇒ Types::SortObject
Configures the sorting of the response.
-
#status ⇒ String
The status of the jobs to filter the response.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog related to the request.
3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3614 class ListResourceSnapshotJobsRequest < Struct.new( :catalog, :engagement_identifier, :max_results, :next_token, :sort, :status) SENSITIVE = [] include Aws::Structure end |
#engagement_identifier ⇒ String
The identifier of the engagement to filter the response.
3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3614 class ListResourceSnapshotJobsRequest < Struct.new( :catalog, :engagement_identifier, :max_results, :next_token, :sort, :status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call. If omitted, defaults to 50.
3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3614 class ListResourceSnapshotJobsRequest < Struct.new( :catalog, :engagement_identifier, :max_results, :next_token, :sort, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3614 class ListResourceSnapshotJobsRequest < Struct.new( :catalog, :engagement_identifier, :max_results, :next_token, :sort, :status) SENSITIVE = [] include Aws::Structure end |
#sort ⇒ Types::SortObject
Configures the sorting of the response. If omitted, results are sorted by ‘CreatedDate` in descending order.
3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3614 class ListResourceSnapshotJobsRequest < Struct.new( :catalog, :engagement_identifier, :max_results, :next_token, :sort, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the jobs to filter the response.
3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3614 class ListResourceSnapshotJobsRequest < Struct.new( :catalog, :engagement_identifier, :max_results, :next_token, :sort, :status) SENSITIVE = [] include Aws::Structure end |