Class: Aws::EC2::Types::DisableFastLaunchResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The ID of the image for which Windows fast launch was disabled.

Returns:

  • (String)


28693
28694
28695
28696
28697
28698
28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28693

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_templateTypes::FastLaunchLaunchTemplateSpecificationResponse

The launch template that was used to launch Windows instances from pre-provisioned snapshots.



28693
28694
28695
28696
28697
28698
28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28693

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_launchesInteger

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.

Returns:

  • (Integer)


28693
28694
28695
28696
28697
28698
28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28693

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_idString

The owner of the Windows AMI for which Windows fast launch was disabled.

Returns:

  • (String)


28693
28694
28695
28696
28697
28698
28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28693

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_typeString

The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI. Supported values include: snapshot.

Returns:

  • (String)


28693
28694
28695
28696
28697
28698
28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28693

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_configurationTypes::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.



28693
28694
28695
28696
28697
28698
28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28693

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

#stateString

The current state of Windows fast launch for the specified Windows AMI.

Returns:

  • (String)


28693
28694
28695
28696
28697
28698
28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28693

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_reasonString

The reason that the state changed for Windows fast launch for the Windows AMI.

Returns:

  • (String)


28693
28694
28695
28696
28697
28698
28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28693

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_timeTime

The time that the state changed for Windows fast launch for the Windows AMI.

Returns:

  • (Time)


28693
28694
28695
28696
28697
28698
28699
28700
28701
28702
28703
28704
28705
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28693

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