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:



2466
2467
2468
2469
2470
2471
# File 'lib/aws-sdk-datasync/types.rb', line 2466

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)


2466
2467
2468
2469
2470
2471
# File 'lib/aws-sdk-datasync/types.rb', line 2466

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