Class: Aws::Types::Usage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_tokens::Integer

Returns the value of attribute input_tokens.

Returns:

  • (::Integer)


2760
2761
2762
# File 'sig/types.rbs', line 2760

def input_tokens
  @input_tokens
end

#output_tokens::Integer

Returns the value of attribute output_tokens.

Returns:

  • (::Integer)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def output_tokens
  @output_tokens
end