Class: Aws::GuardDuty::Types::UsageTopAccountsResult

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

Overview

Information about the usage statistics, calculated by top accounts by feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<Types::UsageTopAccountResult>

The accounts that contributed to the total usage cost.

Returns:



8134
8135
8136
8137
8138
8139
# File 'lib/aws-sdk-guardduty/types.rb', line 8134

class UsageTopAccountsResult < Struct.new(
  :feature,
  :accounts)
  SENSITIVE = []
  include Aws::Structure
end

#featureString

Features by which you can generate the usage statistics.

‘RDS_LOGIN_EVENTS` is currently not supported with `topAccountsByFeature`.

Returns:

  • (String)


8134
8135
8136
8137
8138
8139
# File 'lib/aws-sdk-guardduty/types.rb', line 8134

class UsageTopAccountsResult < Struct.new(
  :feature,
  :accounts)
  SENSITIVE = []
  include Aws::Structure
end