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)


8028
8029
8030
8031
8032
8033
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8028

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:



8028
8029
8030
8031
8032
8033
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8028

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