Class: Aws::GuardDuty::Types::Total

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains the total usage with the corresponding currency unit for that value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amountString

The total usage.

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7460

class Total < Struct.new(
  :amount,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The currency unit that the amount is given in.

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7460

class Total < Struct.new(
  :amount,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end