Class: Aws::Macie2::Types::GroupCount

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

Overview

Provides a group of results for a query that retrieved aggregated statistical data about findings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Returns:

  • (Integer)


3507
3508
3509
3510
3511
3512
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3507

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

#group_keyString

Returns:

  • (String)


3507
3508
3509
3510
3511
3512
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3507

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