Class: Aws::DataSync::Types::ResourceMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ResourceMetrics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Information, including performance data and capacity usage, provided by DataSync Discovery about a resource in your on-premises storage system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity ⇒ Types::Capacity
The storage capacity of the on-premises storage system resource.
-
#p95_metrics ⇒ Types::P95Metrics
The types of performance data that DataSync Discovery collects about the on-premises storage system resource.
-
#resource_id ⇒ String
The universally unique identifier (UUID) of the on-premises storage system resource.
-
#resource_type ⇒ String
The type of on-premises storage system resource.
-
#timestamp ⇒ Time
The time when DataSync Discovery collected this information from the resource.
Instance Attribute Details
#capacity ⇒ Types::Capacity
The storage capacity of the on-premises storage system resource.
4873 4874 4875 4876 4877 4878 4879 4880 4881 |
# File 'lib/aws-sdk-datasync/types.rb', line 4873 class ResourceMetrics < Struct.new( :timestamp, :p95_metrics, :capacity, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#p95_metrics ⇒ Types::P95Metrics
The types of performance data that DataSync Discovery collects about the on-premises storage system resource.
4873 4874 4875 4876 4877 4878 4879 4880 4881 |
# File 'lib/aws-sdk-datasync/types.rb', line 4873 class ResourceMetrics < Struct.new( :timestamp, :p95_metrics, :capacity, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The universally unique identifier (UUID) of the on-premises storage system resource.
4873 4874 4875 4876 4877 4878 4879 4880 4881 |
# File 'lib/aws-sdk-datasync/types.rb', line 4873 class ResourceMetrics < Struct.new( :timestamp, :p95_metrics, :capacity, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of on-premises storage system resource.
4873 4874 4875 4876 4877 4878 4879 4880 4881 |
# File 'lib/aws-sdk-datasync/types.rb', line 4873 class ResourceMetrics < Struct.new( :timestamp, :p95_metrics, :capacity, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The time when DataSync Discovery collected this information from the resource.
4873 4874 4875 4876 4877 4878 4879 4880 4881 |
# File 'lib/aws-sdk-datasync/types.rb', line 4873 class ResourceMetrics < Struct.new( :timestamp, :p95_metrics, :capacity, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |