Class: Aws::DataSync::Types::DescribeStorageSystemResourceMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeStorageSystemResourceMetricsResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metrics ⇒ Array<Types::ResourceMetrics>
The details that your discovery job collected about your storage system resource.
-
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
Instance Attribute Details
#metrics ⇒ Array<Types::ResourceMetrics>
The details that your discovery job collected about your storage system resource.
2383 2384 2385 2386 2387 2388 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2383 class DescribeStorageSystemResourceMetricsResponse < Struct.new( :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
2383 2384 2385 2386 2387 2388 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2383 class DescribeStorageSystemResourceMetricsResponse < Struct.new( :metrics, :next_token) SENSITIVE = [] include Aws::Structure end |