Class: Aws::EC2::Types::DescribeFastLaunchImagesSuccessItem

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

Overview

Describe details about a Windows image with Windows fast launch enabled that meets the requested criteria. Criteria are defined by the ‘DescribeFastLaunchImages` action filters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The image ID that identifies the Windows fast launch enabled image.

Returns:

  • (String)


18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015
18016
# File 'lib/aws-sdk-ec2/types.rb', line 18004

class DescribeFastLaunchImagesSuccessItem < 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 the Windows fast launch enabled AMI uses when it launches Windows instances from pre-provisioned snapshots.



18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015
18016
# File 'lib/aws-sdk-ec2/types.rb', line 18004

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


18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015
18016
# File 'lib/aws-sdk-ec2/types.rb', line 18004

class DescribeFastLaunchImagesSuccessItem < 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 Windows fast launch enabled AMI.

Returns:

  • (String)


18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015
18016
# File 'lib/aws-sdk-ec2/types.rb', line 18004

class DescribeFastLaunchImagesSuccessItem < 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 resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values include: ‘snapshot`.

Returns:

  • (String)


18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015
18016
# File 'lib/aws-sdk-ec2/types.rb', line 18004

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

A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.



18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015
18016
# File 'lib/aws-sdk-ec2/types.rb', line 18004

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


18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015
18016
# File 'lib/aws-sdk-ec2/types.rb', line 18004

class DescribeFastLaunchImagesSuccessItem < 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 Windows fast launch for the AMI changed to the current state.

Returns:

  • (String)


18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015
18016
# File 'lib/aws-sdk-ec2/types.rb', line 18004

class DescribeFastLaunchImagesSuccessItem < 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 Windows fast launch for the AMI changed to the current state.

Returns:

  • (Time)


18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015
18016
# File 'lib/aws-sdk-ec2/types.rb', line 18004

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