Class: Aws::GuardDuty::Types::Total
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Total
- Includes:
- Structure
- Defined in:
- 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
-
#amount ⇒ String
The total usage.
-
#unit ⇒ String
The currency unit that the amount is given in.
Instance Attribute Details
#amount ⇒ String
The total usage.
9957 9958 9959 9960 9961 9962 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9957 class Total < Struct.new( :amount, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The currency unit that the amount is given in.
9957 9958 9959 9960 9961 9962 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9957 class Total < Struct.new( :amount, :unit) SENSITIVE = [] include Aws::Structure end |