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)


8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8072

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)


8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8072

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)


8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8072

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)


8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8072

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)


8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8072

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)


8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8072

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)


8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8072

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)


8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8072

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