Class: Aws::GuardDuty::Types::UsageAccountResult

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 account IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Account ID that generated usage.

Returns:

  • (String)


7955
7956
7957
7958
7959
7960
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7955

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

#totalTypes::Total

Represents the total of usage for the Account ID.

Returns:



7955
7956
7957
7958
7959
7960
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7955

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