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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/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:



1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1113

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)


1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1113

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