Class: Aws::EC2::Types::LaunchTemplatePlacement

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

Overview

Describes the placement of an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#affinityString

The affinity setting for the instance on the Dedicated Host.

Returns:

  • (String)


24389
24390
24391
24392
24393
24394
24395
24396
24397
# File 'lib/aws-sdk-ec2/types.rb', line 24389

class LaunchTemplatePlacement < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain)
  include Aws::Structure
end

#availability_zoneString

The Availability Zone of the instance.

Returns:

  • (String)


24389
24390
24391
24392
24393
24394
24395
24396
24397
# File 'lib/aws-sdk-ec2/types.rb', line 24389

class LaunchTemplatePlacement < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain)
  include Aws::Structure
end

#group_nameString

The name of the placement group for the instance.

Returns:

  • (String)


24389
24390
24391
24392
24393
24394
24395
24396
24397
# File 'lib/aws-sdk-ec2/types.rb', line 24389

class LaunchTemplatePlacement < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain)
  include Aws::Structure
end

#host_idString

The ID of the Dedicated Host for the instance.

Returns:

  • (String)


24389
24390
24391
24392
24393
24394
24395
24396
24397
# File 'lib/aws-sdk-ec2/types.rb', line 24389

class LaunchTemplatePlacement < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain)
  include Aws::Structure
end

#spread_domainString

Reserved for future use.

Returns:

  • (String)


24389
24390
24391
24392
24393
24394
24395
24396
24397
# File 'lib/aws-sdk-ec2/types.rb', line 24389

class LaunchTemplatePlacement < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain)
  include Aws::Structure
end

#tenancyString

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of ‘dedicated` runs on single-tenant hardware.

Returns:

  • (String)


24389
24390
24391
24392
24393
24394
24395
24396
24397
# File 'lib/aws-sdk-ec2/types.rb', line 24389

class LaunchTemplatePlacement < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain)
  include Aws::Structure
end