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)


10257
10258
10259
10260
10261
10262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10257

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:



10257
10258
10259
10260
10261
10262
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10257

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