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)


8008
8009
8010
8011
8012
8013
# File 'lib/aws-sdk-guardduty/types.rb', line 8008

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:



8008
8009
8010
8011
8012
8013
# File 'lib/aws-sdk-guardduty/types.rb', line 8008

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