Class: Aws::Inspector2::Types::AccountAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AccountAggregation
- 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
-
#finding_type ⇒ String
The type of finding.
-
#resource_type ⇒ String
The type of resource.
-
#sort_by ⇒ String
The value to sort by.
-
#sort_order ⇒ String
The sort order (ascending or descending).
Instance Attribute Details
#finding_type ⇒ String
The type of finding.
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_type ⇒ String
The type of resource.
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_by ⇒ String
The value to sort by.
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_order ⇒ String
The sort order (ascending or descending).
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 |