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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6255
6256
6257
6258
6259
6260
# File 'lib/aws-sdk-guardduty/types.rb', line 6255

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:



6255
6256
6257
6258
6259
6260
# File 'lib/aws-sdk-guardduty/types.rb', line 6255

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