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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


18116
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18116

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.



18116
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18116

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)


18116
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18116

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)


18116
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18116

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)


18116
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18116

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.



18116
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18116

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)


18116
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18116

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)


18116
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18116

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)


18116
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18116

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