Class: Aws::Types::Statistics
- Inherits:
-
Object
- Object
- Aws::Types::Statistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_end_time ⇒ ::Time
Returns the value of attribute aggregation_end_time.
-
#aggregation_start_time ⇒ ::Time
Returns the value of attribute aggregation_start_time.
-
#cost_in_usd ⇒ Types::Stats
Returns the value of attribute cost_in_usd.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#license_product ⇒ ::String
Returns the value of attribute license_product.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#runtime_in_seconds ⇒ Types::Stats
Returns the value of attribute runtime_in_seconds.
-
#usage_type ⇒ "COMPUTE", ...
Returns the value of attribute usage_type.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#aggregation_end_time ⇒ ::Time
Returns the value of attribute aggregation_end_time.
2886 2887 2888 |
# File 'sig/types.rbs', line 2886 def aggregation_end_time @aggregation_end_time end |
#aggregation_start_time ⇒ ::Time
Returns the value of attribute aggregation_start_time.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def aggregation_start_time @aggregation_start_time end |
#cost_in_usd ⇒ Types::Stats
Returns the value of attribute cost_in_usd.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def cost_in_usd @cost_in_usd end |
#count ⇒ ::Integer
Returns the value of attribute count.
2882 2883 2884 |
# File 'sig/types.rbs', line 2882 def count @count end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2875 2876 2877 |
# File 'sig/types.rbs', line 2875 def fleet_id @fleet_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def instance_type @instance_type end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2876 2877 2878 |
# File 'sig/types.rbs', line 2876 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def job_name @job_name end |
#license_product ⇒ ::String
Returns the value of attribute license_product.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def license_product @license_product end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
2874 2875 2876 |
# File 'sig/types.rbs', line 2874 def queue_id @queue_id end |
#runtime_in_seconds ⇒ Types::Stats
Returns the value of attribute runtime_in_seconds.
2884 2885 2886 |
# File 'sig/types.rbs', line 2884 def runtime_in_seconds @runtime_in_seconds end |
#usage_type ⇒ "COMPUTE", ...
Returns the value of attribute usage_type.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def usage_type @usage_type end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def user_id @user_id end |