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.
      5089 5090 5091 5092 5093 5094 5095 5096 5097  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5089 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.
      5089 5090 5091 5092 5093 5094 5095 5096 5097  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5089 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.
      5089 5090 5091 5092 5093 5094 5095 5096 5097  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5089 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.
      5089 5090 5091 5092 5093 5094 5095 5096 5097  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5089 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.
      5089 5090 5091 5092 5093 5094 5095 5096 5097  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5089 class ResourceMetrics < Struct.new( :timestamp, :p95_metrics, :capacity, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  |