Class: Aws::DataSync::Types::DescribeStorageSystemResourceMetricsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::DescribeStorageSystemResourceMetricsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #discovery_job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
 - 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a time within the total duration that the discovery job ran.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies how many results that you want in the response.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies an opaque string that indicates the position to begin the next list of results in the response.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the kind of storage system resource that you want information about.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a time within the total duration that the discovery job ran.
 
Instance Attribute Details
#discovery_job_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
      2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2442 class DescribeStorageSystemResourceMetricsRequest < Struct.new( :discovery_job_arn, :resource_type, :resource_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#end_time ⇒ Time
Specifies a time within the total duration that the discovery job ran. To see information gathered during a certain time frame, use this parameter with ‘StartTime`.
      2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2442 class DescribeStorageSystemResourceMetricsRequest < Struct.new( :discovery_job_arn, :resource_type, :resource_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
Specifies how many results that you want in the response.
      2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2442 class DescribeStorageSystemResourceMetricsRequest < Struct.new( :discovery_job_arn, :resource_type, :resource_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
Specifies an opaque string that indicates the position to begin the next list of results in the response.
      2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2442 class DescribeStorageSystemResourceMetricsRequest < Struct.new( :discovery_job_arn, :resource_type, :resource_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.
      2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2442 class DescribeStorageSystemResourceMetricsRequest < Struct.new( :discovery_job_arn, :resource_type, :resource_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
Specifies the kind of storage system resource that you want information about.
      2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2442 class DescribeStorageSystemResourceMetricsRequest < Struct.new( :discovery_job_arn, :resource_type, :resource_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
Specifies a time within the total duration that the discovery job ran. To see information gathered during a certain time frame, use this parameter with ‘EndTime`.
      2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2442 class DescribeStorageSystemResourceMetricsRequest < Struct.new( :discovery_job_arn, :resource_type, :resource_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  |