Class: Aws::PartnerCentralSelling::Types::ListResourceSnapshotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListResourceSnapshotsResponse
- 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_summaries ⇒ Array<Types::ResourceSnapshotSummary>
An array of resource snapshot 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.
3706 3707 3708 3709 3710 3711 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3706 class ListResourceSnapshotsResponse < Struct.new( :next_token, :resource_snapshot_summaries) SENSITIVE = [] include Aws::Structure end |
#resource_snapshot_summaries ⇒ Array<Types::ResourceSnapshotSummary>
An array of resource snapshot summary objects.
3706 3707 3708 3709 3710 3711 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3706 class ListResourceSnapshotsResponse < Struct.new( :next_token, :resource_snapshot_summaries) SENSITIVE = [] include Aws::Structure end |