Class: Aws::PartnerCentralSelling::Types::ListResourceSnapshotJobsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

Specifies the catalog related to the request.

Returns:

  • (String)


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_identifierString

The identifier of the engagement to filter the response.

Returns:

  • (String)


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_resultsInteger

The maximum number of results to return in a single call. If omitted, defaults to 50.

Returns:

  • (Integer)


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_tokenString

The token for the next set of results.

Returns:

  • (String)


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

#sortTypes::SortObject

Configures the sorting of the response. If omitted, results are sorted by ‘CreatedDate` in descending order.

Returns:



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

#statusString

The status of the jobs to filter the response.

Returns:

  • (String)


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