Class: Aws::Types::VmInstanceAggregation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_account_ids::Array[Types::StringFilter]

Returns the value of attribute cloud_account_ids.

Returns:



3018
3019
3020
# File 'sig/types.rbs', line 3018

def 
  @cloud_account_ids
end

#cloud_org_ids::Array[Types::StringFilter]

Returns the value of attribute cloud_org_ids.

Returns:



3017
3018
3019
# File 'sig/types.rbs', line 3017

def cloud_org_ids
  @cloud_org_ids
end

#cloud_partitions::Array[Types::StringFilter]

Returns the value of attribute cloud_partitions.

Returns:



3015
3016
3017
# File 'sig/types.rbs', line 3015

def cloud_partitions
  @cloud_partitions
end

#cloud_providers::Array[Types::StringFilter]

Returns the value of attribute cloud_providers.

Returns:



3014
3015
3016
# File 'sig/types.rbs', line 3014

def cloud_providers
  @cloud_providers
end

#cloud_regions::Array[Types::StringFilter]

Returns the value of attribute cloud_regions.

Returns:



3016
3017
3018
# File 'sig/types.rbs', line 3016

def cloud_regions
  @cloud_regions
end

#instance_tags::Array[Types::MapFilter]

Returns the value of attribute instance_tags.

Returns:



3012
3013
3014
# File 'sig/types.rbs', line 3012

def instance_tags
  @instance_tags
end

#operating_systems::Array[Types::StringFilter]

Returns the value of attribute operating_systems.

Returns:



3011
3012
3013
# File 'sig/types.rbs', line 3011

def operating_systems
  @operating_systems
end

#resource_ids::Array[Types::StringFilter]

Returns the value of attribute resource_ids.

Returns:



3010
3011
3012
# File 'sig/types.rbs', line 3010

def resource_ids
  @resource_ids
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

  • ("CRITICAL", "HIGH", "ALL", "NETWORK_FINDINGS")


3020
3021
3022
# File 'sig/types.rbs', line 3020

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


3019
3020
3021
# File 'sig/types.rbs', line 3019

def sort_order
  @sort_order
end

#vm_image_references::Array[Types::StringFilter]

Returns the value of attribute vm_image_references.

Returns:



3013
3014
3015
# File 'sig/types.rbs', line 3013

def vm_image_references
  @vm_image_references
end