Class: Aws::Drs::Types::DescribeRecoverySnapshotsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::RecoverySnapshot>

An array of Recovery Snapshots.

Returns:



916
917
918
919
920
921
# File 'lib/aws-sdk-drs/types.rb', line 916

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

#next_tokenString

The token of the next Recovery Snapshot to retrieve.

Returns:

  • (String)


916
917
918
919
920
921
# File 'lib/aws-sdk-drs/types.rb', line 916

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