Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataPlacementDetails

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

Overview

Provides details about the placement of an Amazon EC2 instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#affinityString

The affinity setting for an instance on an EC2 Dedicated Host.

Returns:

  • (String)

7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7915

class AwsEc2LaunchTemplateDataPlacementDetails < Struct.new(
  :affinity,
  :availability_zone,
  :group_name,
  :host_id,
  :host_resource_group_arn,
  :partition_number,
  :spread_domain,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

The Availability Zone for the instance.

Returns:

  • (String)

7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7915

class AwsEc2LaunchTemplateDataPlacementDetails < Struct.new(
  :affinity,
  :availability_zone,
  :group_name,
  :host_id,
  :host_resource_group_arn,
  :partition_number,
  :spread_domain,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the placement group for the instance.

Returns:

  • (String)

7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7915

class AwsEc2LaunchTemplateDataPlacementDetails < Struct.new(
  :affinity,
  :availability_zone,
  :group_name,
  :host_id,
  :host_resource_group_arn,
  :partition_number,
  :spread_domain,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#host_idString

The ID of the Dedicated Host for the instance.

Returns:

  • (String)

7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7915

class AwsEc2LaunchTemplateDataPlacementDetails < Struct.new(
  :affinity,
  :availability_zone,
  :group_name,
  :host_id,
  :host_resource_group_arn,
  :partition_number,
  :spread_domain,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#host_resource_group_arnString

The Amazon Resource Name (ARN) of the host resource group in which to launch the instances.

Returns:

  • (String)

7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7915

class AwsEc2LaunchTemplateDataPlacementDetails < Struct.new(
  :affinity,
  :availability_zone,
  :group_name,
  :host_id,
  :host_resource_group_arn,
  :partition_number,
  :spread_domain,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#partition_numberInteger

The number of the partition the instance should launch in.

Returns:

  • (Integer)

7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7915

class AwsEc2LaunchTemplateDataPlacementDetails < Struct.new(
  :affinity,
  :availability_zone,
  :group_name,
  :host_id,
  :host_resource_group_arn,
  :partition_number,
  :spread_domain,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end

#spread_domainString

Reserved for future use.

Returns:

  • (String)

7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7915

class AwsEc2LaunchTemplateDataPlacementDetails < Struct.new(
  :affinity,
  :availability_zone,
  :group_name,
  :host_id,
  :host_resource_group_arn,
  :partition_number,
  :spread_domain,
  :tenancy)
  SENSITIVE = []
  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)

7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7915

class AwsEc2LaunchTemplateDataPlacementDetails < Struct.new(
  :affinity,
  :availability_zone,
  :group_name,
  :host_id,
  :host_resource_group_arn,
  :partition_number,
  :spread_domain,
  :tenancy)
  SENSITIVE = []
  include Aws::Structure
end