Class: Aws::Types::TokenUsage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_details::Array[Types::CacheDetail]

Returns the value of attribute cache_details.

Returns:



1389
1390
1391
# File 'sig/types.rbs', line 1389

def cache_details
  @cache_details
end

#cache_read_input_tokens::Integer

Returns the value of attribute cache_read_input_tokens.

Returns:

  • (::Integer)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def cache_read_input_tokens
  @cache_read_input_tokens
end

#cache_write_input_tokens::Integer

Returns the value of attribute cache_write_input_tokens.

Returns:

  • (::Integer)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def cache_write_input_tokens
  @cache_write_input_tokens
end

#input_tokens::Integer

Returns the value of attribute input_tokens.

Returns:

  • (::Integer)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def input_tokens
  @input_tokens
end

#output_tokens::Integer

Returns the value of attribute output_tokens.

Returns:

  • (::Integer)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def output_tokens
  @output_tokens
end

#total_tokens::Integer

Returns the value of attribute total_tokens.

Returns:

  • (::Integer)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def total_tokens
  @total_tokens
end