Class: Aws::PartnerCentralSelling::Types::ListResourceSnapshotJobsResponse

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

#next_tokenString

The token to retrieve the next set of results. If there are no additional results, this value is null.

Returns:

  • (String)


4312
4313
4314
4315
4316
4317
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4312

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

#resource_snapshot_job_summariesArray<Types::ResourceSnapshotJobSummary>

An array of resource snapshot job summary objects.



4312
4313
4314
4315
4316
4317
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4312

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