Class: Aws::Inspector2::Types::AccountAggregation

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

Overview

An object that contains details about an aggregation response based on Amazon Web Services accounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_typeString

The type of finding.

Returns:

  • (String)


72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 72

class AccountAggregation < Struct.new(
  :finding_type,
  :resource_type,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource.

Returns:

  • (String)


72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 72

class AccountAggregation < Struct.new(
  :finding_type,
  :resource_type,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The value to sort by.

Returns:

  • (String)


72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 72

class AccountAggregation < Struct.new(
  :finding_type,
  :resource_type,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order (ascending or descending).

Returns:

  • (String)


72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 72

class AccountAggregation < Struct.new(
  :finding_type,
  :resource_type,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end