Class: Aws::Types::ResourceUtilization

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)


482
483
484
# File 'sig/types.rbs', line 482

def memory_gb_hour
  @memory_gb_hour
end

#storage_gb_hour ⇒ ::Float

Returns the value of attribute storage_gb_hour.

Returns:

  • (::Float)


483
484
485
# File 'sig/types.rbs', line 483

def storage_gb_hour
  @storage_gb_hour
end

#v_cpu_hour ⇒ ::Float

Returns the value of attribute v_cpu_hour.

Returns:

  • (::Float)


481
482
483
# File 'sig/types.rbs', line 481

def v_cpu_hour
  @v_cpu_hour
end