Class: Aws::Types::VmInstanceAggregation
- Inherits:
-
Object
- Object
- Aws::Types::VmInstanceAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_account_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_account_ids.
-
#cloud_org_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_org_ids.
-
#cloud_partitions ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_partitions.
-
#cloud_providers ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_providers.
-
#cloud_regions ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_regions.
-
#instance_tags ⇒ ::Array[Types::MapFilter]
Returns the value of attribute instance_tags.
-
#operating_systems ⇒ ::Array[Types::StringFilter]
Returns the value of attribute operating_systems.
-
#resource_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute resource_ids.
-
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
-
#vm_image_references ⇒ ::Array[Types::StringFilter]
Returns the value of attribute vm_image_references.
Instance Attribute Details
#cloud_account_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_account_ids.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def cloud_account_ids @cloud_account_ids end |
#cloud_org_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_org_ids.
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.
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.
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.
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.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def @instance_tags end |
#operating_systems ⇒ ::Array[Types::StringFilter]
Returns the value of attribute operating_systems.
3011 3012 3013 |
# File 'sig/types.rbs', line 3011 def @operating_systems end |
#resource_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute resource_ids.
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.
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.
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.
3013 3014 3015 |
# File 'sig/types.rbs', line 3013 def vm_image_references @vm_image_references end |