Class: Aws::PartnerCentralSelling::Types::ListResourceSnapshotsResponse

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)


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_summariesArray<Types::ResourceSnapshotSummary>

An array of resource snapshot summary objects.

Returns:



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