Class: Aws::GuardDuty::Types::UsageResourceResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resourceString

The Amazon Web Services resource that generated usage.

Returns:

  • (String)


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

#totalTypes::Total

Represents the sum total of usage for the specified resource type.

Returns:



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