Class: Aws::GuardDuty::Types::UsageFeatureResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageFeatureResult
- 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
-
#feature ⇒ String
The feature that generated the usage cost.
-
#total ⇒ Types::Total
Contains the total usage with the corresponding currency unit for that value.
Instance Attribute Details
#feature ⇒ String
The feature that generated the usage cost.
9163 9164 9165 9166 9167 9168 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9163 class UsageFeatureResult < Struct.new( :feature, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::Total
Contains the total usage with the corresponding currency unit for that value.
9163 9164 9165 9166 9167 9168 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9163 class UsageFeatureResult < Struct.new( :feature, :total) SENSITIVE = [] include Aws::Structure end |