Class: Aws::Deadline::Types::Statistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::Statistics
- Includes:
- Structure
- Defined in:
- 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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.
7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'lib/aws-sdk-deadline/types.rb', line 7707 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 |