Class: Aws::DataSync::Types::DescribeStorageSystemResourceMetricsResponse

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

#metricsArray<Types::ResourceMetrics>

The details that your discovery job collected about your storage system resource.

Returns:



2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-datasync/types.rb', line 2294

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

#next_tokenString

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

Returns:

  • (String)


2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-datasync/types.rb', line 2294

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