Class: Aws::EC2::Types::EnableFastLaunchResult

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 image ID that identifies the AMI for which Windows fast launch was enabled.

Returns:

  • (String)


35639
35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
35651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35639

class EnableFastLaunchResult < 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 is used when launching Windows instances from pre-provisioned snapshots.



35639
35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
35651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35639

class EnableFastLaunchResult < 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)


35639
35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
35651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35639

class EnableFastLaunchResult < 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 ID for the AMI for which Windows fast launch was enabled.

Returns:

  • (String)


35639
35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
35651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35639

class EnableFastLaunchResult < 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 type of resource that was defined for pre-provisioning the AMI for Windows fast launch.

Returns:

  • (String)


35639
35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
35651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35639

class EnableFastLaunchResult < 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

Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI. This property is returned when the associated resourceType is snapshot.



35639
35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
35651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35639

class EnableFastLaunchResult < 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 AMI.

Returns:

  • (String)


35639
35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
35651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35639

class EnableFastLaunchResult < 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 AMI.

Returns:

  • (String)


35639
35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
35651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35639

class EnableFastLaunchResult < 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 AMI.

Returns:

  • (Time)


35639
35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
35651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35639

class EnableFastLaunchResult < 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