Class: Aws::Types::TotalResourceUtilization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#memory_gb_hour ⇒ ::Float

Returns the value of attribute memory_gb_hour.

Returns:

  • (::Float)


641
642
643
# File 'sig/types.rbs', line 641

def memory_gb_hour
  @memory_gb_hour
end

#storage_gb_hour ⇒ ::Float

Returns the value of attribute storage_gb_hour.

Returns:

  • (::Float)


642
643
644
# File 'sig/types.rbs', line 642

def storage_gb_hour
  @storage_gb_hour
end

#v_cpu_hour ⇒ ::Float

Returns the value of attribute v_cpu_hour.

Returns:

  • (::Float)


640
641
642
# File 'sig/types.rbs', line 640

def v_cpu_hour
  @v_cpu_hour
end