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)


1889
1890
1891
1892
1893
1894
# File 'lib/aws-sdk-inspector2/types.rb', line 1889

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

#group_keyString

The key associated with this group

Returns:

  • (String)


1889
1890
1891
1892
1893
1894
# File 'lib/aws-sdk-inspector2/types.rb', line 1889

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