Class: Aws::Deadline::Types::Statistics
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Deadline::Types::Statistics
 
 
- Defined in:
 - gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
 
Overview
A list of statistics for a session.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #aggregation_end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The end time for the aggregation.
 - 
  
    
      #aggregation_start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start time for the aggregation.
 - 
  
    
      #cost_in_usd  ⇒ Types::Stats 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How the statistics should appear in USD.
 - 
  
    
      #count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of instances in a list of statistics.
 - 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fleet ID.
 - 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of instance.
 - 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The job ID.
 - 
  
    
      #job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The job name.
 - 
  
    
      #license_product  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The licensed product.
 - 
  
    
      #queue_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The queue ID.
 - 
  
    
      #runtime_in_seconds  ⇒ Types::Stats 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total aggregated runtime.
 - 
  
    
      #usage_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of usage for the statistics.
 - 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user ID.
 
Instance Attribute Details
#aggregation_end_time ⇒ Time
The end time for the aggregation.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#aggregation_start_time ⇒ Time
The start time for the aggregation.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#cost_in_usd ⇒ Types::Stats
How the statistics should appear in USD. Options include: minimum, maximum, average or sum.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#count ⇒ Integer
The number of instances in a list of statistics.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_id ⇒ String
The fleet ID.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_type ⇒ String
The type of instance.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#job_id ⇒ String
The job ID.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#job_name ⇒ String
The job name.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#license_product ⇒ String
The licensed product.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#queue_id ⇒ String
The queue ID.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#runtime_in_seconds ⇒ Types::Stats
The total aggregated runtime.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#usage_type ⇒ String
The type of usage for the statistics.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#user_id ⇒ String
The user ID.
      8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8547 class Statistics < Struct.new( :queue_id, :fleet_id, :job_id, :job_name, :user_id, :usage_type, :license_product, :instance_type, :count, :cost_in_usd, :runtime_in_seconds, :aggregation_start_time, :aggregation_end_time) SENSITIVE = [] include Aws::Structure end  |