Class: Aws::Inspector2::Types::VmInstanceAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::VmInstanceAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
An aggregation of information about VM instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_account_ids ⇒ Array<Types::StringFilter>
The cloud account IDs to aggregate findings for.
-
#cloud_org_ids ⇒ Array<Types::StringFilter>
The cloud organization IDs to aggregate findings for.
-
#cloud_partitions ⇒ Array<Types::StringFilter>
The cloud partitions to aggregate findings for.
-
#cloud_providers ⇒ Array<Types::StringFilter>
The cloud providers to aggregate findings for.
-
#cloud_regions ⇒ Array<Types::StringFilter>
The cloud regions to aggregate findings for.
-
#instance_tags ⇒ Array<Types::MapFilter>
The instance tags to aggregate findings for.
-
#operating_systems ⇒ Array<Types::StringFilter>
The operating systems to aggregate findings for.
-
#resource_ids ⇒ Array<Types::StringFilter>
The resource IDs to aggregate findings for.
-
#sort_by ⇒ String
The value to sort results by.
-
#sort_order ⇒ String
The order to sort results by.
-
#vm_image_references ⇒ Array<Types::StringFilter>
The VM image references to aggregate findings for.
Instance Attribute Details
#cloud_account_ids ⇒ Array<Types::StringFilter>
The cloud account IDs to aggregate findings for.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#cloud_org_ids ⇒ Array<Types::StringFilter>
The cloud organization IDs to aggregate findings for.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#cloud_partitions ⇒ Array<Types::StringFilter>
The cloud partitions to aggregate findings for. Valid values:
-
aws– Amazon Web Services commercial Regions. -
aws-cn– Amazon Web Services China Regions. -
aws-us-gov– Amazon Web Services GovCloud (US) Regions. -
AzureCloud– Azure commercial Regions.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#cloud_providers ⇒ Array<Types::StringFilter>
The cloud providers to aggregate findings for. Valid values:
-
AWS– Findings from Amazon Web Services resources. -
AZURE– Findings from Microsoft Azure resources.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#cloud_regions ⇒ Array<Types::StringFilter>
The cloud regions to aggregate findings for. The value format depends on the cloud provider:
-
An Amazon Web Services Region, such as
us-east-1. -
An Azure region, such as
eastus.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#instance_tags ⇒ Array<Types::MapFilter>
The instance tags to aggregate findings for.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#operating_systems ⇒ Array<Types::StringFilter>
The operating systems to aggregate findings for.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<Types::StringFilter>
The resource IDs to aggregate findings for.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The value to sort results by. Specify a field name from the
aggregation response, such as CRITICAL, HIGH, ALL, or
NETWORK_FINDINGS.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to sort results by. Valid values are ASC and DESC.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#vm_image_references ⇒ Array<Types::StringFilter>
The VM image references to aggregate findings for.
11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 |
# File 'lib/aws-sdk-inspector2/types.rb', line 11188 class VmInstanceAggregation < Struct.new( :resource_ids, :operating_systems, :instance_tags, :vm_image_references, :cloud_providers, :cloud_partitions, :cloud_regions, :cloud_org_ids, :cloud_account_ids, :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |