Class: Aws::EC2::Types::DisableFastLaunchResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableFastLaunchResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_id ⇒ String
The ID of the image for which Windows fast launch was disabled.
-
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
The launch template that was used to launch Windows instances from pre-provisioned snapshots.
-
#max_parallel_launches ⇒ Integer
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
-
#owner_id ⇒ String
The owner of the Windows AMI for which Windows fast launch was disabled.
-
#resource_type ⇒ String
The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.
-
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.
-
#state ⇒ String
The current state of Windows fast launch for the specified Windows AMI.
-
#state_transition_reason ⇒ String
The reason that the state changed for Windows fast launch for the Windows AMI.
-
#state_transition_time ⇒ Time
The time that the state changed for Windows fast launch for the Windows AMI.
Instance Attribute Details
#image_id ⇒ String
The ID of the image for which Windows fast launch was disabled.
30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 |
# File 'lib/aws-sdk-ec2/types.rb', line 30982 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end |
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
The launch template that was used to launch Windows instances from pre-provisioned snapshots.
30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 |
# File 'lib/aws-sdk-ec2/types.rb', line 30982 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end |
#max_parallel_launches ⇒ Integer
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 |
# File 'lib/aws-sdk-ec2/types.rb', line 30982 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The owner of the Windows AMI for which Windows fast launch was disabled.
30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 |
# File 'lib/aws-sdk-ec2/types.rb', line 30982 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI. Supported values include: ‘snapshot`.
30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 |
# File 'lib/aws-sdk-ec2/types.rb', line 30982 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end |
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled. This informs the clean-up process.
30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 |
# File 'lib/aws-sdk-ec2/types.rb', line 30982 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of Windows fast launch for the specified Windows AMI.
30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 |
# File 'lib/aws-sdk-ec2/types.rb', line 30982 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end |
#state_transition_reason ⇒ String
The reason that the state changed for Windows fast launch for the Windows AMI.
30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 |
# File 'lib/aws-sdk-ec2/types.rb', line 30982 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end |
#state_transition_time ⇒ Time
The time that the state changed for Windows fast launch for the Windows AMI.
30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 |
# File 'lib/aws-sdk-ec2/types.rb', line 30982 class DisableFastLaunchResult < Struct.new( :image_id, :resource_type, :snapshot_configuration, :launch_template, :max_parallel_launches, :owner_id, :state, :state_transition_reason, :state_transition_time) SENSITIVE = [] include Aws::Structure end |