Class: Aws::DataSync::Types::DescribeStorageSystemResourcesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The opaque string that indicates the position to begin the next list of results in the response.

Returns:

  • (String)


2457
2458
2459
2460
2461
2462
# File 'lib/aws-sdk-datasync/types.rb', line 2457

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

#resource_detailsTypes::ResourceDetails

The information collected about your storage system’s resources. A response can also include Amazon Web Services storage service recommendations.

For more information, see [storage resource information] collected by and [recommendations] provided by DataSync Discovery.

[1]: docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-findings.html [2]: docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html



2457
2458
2459
2460
2461
2462
# File 'lib/aws-sdk-datasync/types.rb', line 2457

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