Class: Aws::GuardDuty::Types::UsageFeatureResult

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

Overview

Contains information about the result of the total usage based on the feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#featureString

The feature that generated the usage cost.

Returns:

  • (String)


8026
8027
8028
8029
8030
8031
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8026

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

#totalTypes::Total

Contains the total usage with the corresponding currency unit for that value.

Returns:



8026
8027
8028
8029
8030
8031
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8026

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