Class: Aws::GuardDuty::Types::UsageDataSourceResult

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

Overview

Contains information on the result of usage based on data source type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceString

The data source type that generated usage.

Returns:

  • (String)


8005
8006
8007
8008
8009
8010
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8005

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

#totalTypes::Total

Represents the total of usage for the specified data source.

Returns:



8005
8006
8007
8008
8009
8010
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8005

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