Class: Aws::Types::Statistics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_end_time::Time

Returns the value of attribute aggregation_end_time.

Returns:

  • (::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.

Returns:

  • (::Time)


2885
2886
2887
# File 'sig/types.rbs', line 2885

def aggregation_start_time
  @aggregation_start_time
end

#cost_in_usdTypes::Stats

Returns the value of attribute cost_in_usd.

Returns:



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.

Returns:

  • (::Integer)


2882
2883
2884
# File 'sig/types.rbs', line 2882

def count
  @count
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2874
2875
2876
# File 'sig/types.rbs', line 2874

def queue_id
  @queue_id
end

#runtime_in_secondsTypes::Stats

Returns the value of attribute runtime_in_seconds.

Returns:



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.

Returns:

  • ("COMPUTE", "LICENSE", "PERSISTENT_VOLUME")


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.

Returns:

  • (::String)


2878
2879
2880
# File 'sig/types.rbs', line 2878

def user_id
  @user_id
end