Class: Aws::GuardDuty::Types::UsageTopAccountResult

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

Overview

Contains information on the total of usage based on the topmost 50 account IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The unique account ID.

Returns:

  • (String)


8093
8094
8095
8096
8097
8098
# File 'lib/aws-sdk-guardduty/types.rb', line 8093

class UsageTopAccountResult < Struct.new(
  :account_id,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#totalTypes::Total

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

Returns:



8093
8094
8095
8096
8097
8098
# File 'lib/aws-sdk-guardduty/types.rb', line 8093

class UsageTopAccountResult < Struct.new(
  :account_id,
  :total)
  SENSITIVE = []
  include Aws::Structure
end