Class: Aws::Types::SendMessageUsageInfo

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)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def input_tokens
  @input_tokens
end

#output_tokens::Integer

Returns the value of attribute output_tokens.

Returns:

  • (::Integer)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def output_tokens
  @output_tokens
end

#total_tokens::Integer

Returns the value of attribute total_tokens.

Returns:

  • (::Integer)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def total_tokens
  @total_tokens
end