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

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



2385
2386
2387
2388
2389
2390
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2385

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)


2385
2386
2387
2388
2389
2390
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2385

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