Class: Aws::Inspector2::Types::Counts

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

a structure that contains information on the count of resources within a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of resources.

Returns:

  • (Integer)


1886
1887
1888
1889
1890
1891
# File 'lib/aws-sdk-inspector2/types.rb', line 1886

class Counts < Struct.new(
  :count,
  :group_key)
  SENSITIVE = []
  include Aws::Structure
end

#group_keyString

The key associated with this group

Returns:

  • (String)


1886
1887
1888
1889
1890
1891
# File 'lib/aws-sdk-inspector2/types.rb', line 1886

class Counts < Struct.new(
  :count,
  :group_key)
  SENSITIVE = []
  include Aws::Structure
end