Class: Aws::DataSync::Types::DescribeStorageSystemResourceMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeStorageSystemResourceMetricsResponse
- Includes:
- Structure
- Defined in:
- 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.
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_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
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 |