Class: Aws::GuardDuty::Types::UsageResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageResourceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information on the sum of usage based on an Amazon Web Services resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
The Amazon Web Services resource that generated usage.
-
#total ⇒ Types::Total
Represents the sum total of usage for the specified resource type.
Instance Attribute Details
#resource ⇒ String
The Amazon Web Services resource that generated usage.
9183 9184 9185 9186 9187 9188 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9183 class UsageResourceResult < Struct.new( :resource, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::Total
Represents the sum total of usage for the specified resource type.
9183 9184 9185 9186 9187 9188 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9183 class UsageResourceResult < Struct.new( :resource, :total) SENSITIVE = [] include Aws::Structure end |