Class: Aws::Types::AccountUsage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_count::Integer

Returns the value of attribute function_count.

Returns:

  • (::Integer)


22
23
24
# File 'sig/types.rbs', line 22

def function_count
  @function_count
end

#total_code_size::Integer

Returns the value of attribute total_code_size.

Returns:

  • (::Integer)


21
22
23
# File 'sig/types.rbs', line 21

def total_code_size
  @total_code_size
end