Class: Aws::PartnerCentralSelling::Types::ListResourceSnapshotJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListResourceSnapshotJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next set of results.
-
#resource_snapshot_job_summaries ⇒ Array<Types::ResourceSnapshotJobSummary>
An array of resource snapshot job summary objects.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results. If there are no additional results, this value is null.
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_summaries ⇒ Array<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 |