Class: Aws::GuardDuty::Types::UsageResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UsageResourceResult
- Defined in:
- gems/aws-sdk-guardduty/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.
9184 9185 9186 9187 9188 9189 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9184 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.
9184 9185 9186 9187 9188 9189 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9184 class UsageResourceResult < Struct.new( :resource, :total) SENSITIVE = [] include Aws::Structure end |