Class: Aws::Drs::Types::DescribeRecoveryInstancesResponse

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::RecoveryInstance>

An array of Recovery Instances.

Returns:



854
855
856
857
858
859
# File 'lib/aws-sdk-drs/types.rb', line 854

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

#next_tokenString

The token of the next Recovery Instance to retrieve.

Returns:

  • (String)


854
855
856
857
858
859
# File 'lib/aws-sdk-drs/types.rb', line 854

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