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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


1876
1877
1878
1879
1880
1881
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1876

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

#group_keyString

The key associated with this group

Returns:

  • (String)


1876
1877
1878
1879
1880
1881
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1876

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