Class: Aws::Types::Ec2InstanceAggregation
- Inherits:
-
Object
- Object
- Aws::Types::Ec2InstanceAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amis ⇒ ::Array[Types::StringFilter]
Returns the value of attribute amis.
-
#instance_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute instance_ids.
-
#instance_tags ⇒ ::Array[Types::MapFilter]
Returns the value of attribute instance_tags.
-
#operating_systems ⇒ ::Array[Types::StringFilter]
Returns the value of attribute operating_systems.
-
#sort_by ⇒ "NETWORK_FINDINGS", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#amis ⇒ ::Array[Types::StringFilter]
Returns the value of attribute amis.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def amis @amis end |
#instance_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute instance_ids.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def instance_ids @instance_ids end |
#instance_tags ⇒ ::Array[Types::MapFilter]
Returns the value of attribute instance_tags.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def @instance_tags end |
#operating_systems ⇒ ::Array[Types::StringFilter]
Returns the value of attribute operating_systems.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def @operating_systems end |
#sort_by ⇒ "NETWORK_FINDINGS", ...
Returns the value of attribute sort_by.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def sort_order @sort_order end |