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

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



15886
15887
15888
15889
15890
15891
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15886

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)


15886
15887
15888
15889
15890
15891
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15886

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