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)


3636
3637
3638
3639
3640
3641
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3636

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

#resource_snapshot_job_summariesArray<Types::ResourceSnapshotJobSummary>

An array of resource snapshot job summary objects.



3636
3637
3638
3639
3640
3641
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3636

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