Class: Aws::AutoScaling::Types::InstanceCollection
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::InstanceCollection
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Contains details about a collection of instances launched in the Auto Scaling group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone where the instances were launched.
-
#availability_zone_id ⇒ String
The Availability Zone ID where the instances in this collection were launched.
-
#instance_ids ⇒ Array<String>
A list of instance IDs for the successfully launched instances.
-
#instance_type ⇒ String
The instance type of the launched instances.
-
#market_type ⇒ String
The market type for the instances (On-Demand or Spot).
-
#subnet_id ⇒ String
The ID of the subnet where the instances were launched.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone where the instances were launched.
3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3582 class InstanceCollection < Struct.new( :instance_type, :market_type, :subnet_id, :availability_zone, :availability_zone_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |
#availability_zone_id ⇒ String
The Availability Zone ID where the instances in this collection were launched.
3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3582 class InstanceCollection < Struct.new( :instance_type, :market_type, :subnet_id, :availability_zone, :availability_zone_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |
#instance_ids ⇒ Array<String>
A list of instance IDs for the successfully launched instances.
3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3582 class InstanceCollection < Struct.new( :instance_type, :market_type, :subnet_id, :availability_zone, :availability_zone_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type of the launched instances.
3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3582 class InstanceCollection < Struct.new( :instance_type, :market_type, :subnet_id, :availability_zone, :availability_zone_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |
#market_type ⇒ String
The market type for the instances (On-Demand or Spot).
3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3582 class InstanceCollection < Struct.new( :instance_type, :market_type, :subnet_id, :availability_zone, :availability_zone_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet where the instances were launched.
3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3582 class InstanceCollection < Struct.new( :instance_type, :market_type, :subnet_id, :availability_zone, :availability_zone_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |