Class: Aws::SecurityHub::Types::ResourcesCount

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Contains counts of resources for trend analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#all_resourcesInteger

The total count of all resources for the given time interval.

Returns:

  • (Integer)


30175
30176
30177
30178
30179
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30175

class ResourcesCount < Struct.new(
  :all_resources)
  SENSITIVE = []
  include Aws::Structure
end