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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


8111
8112
8113
8114
8115
8116
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8111

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:



8111
8112
8113
8114
8115
8116
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8111

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