Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataPlacementDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataPlacementDetails
- 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
-
#affinity ⇒ String
The affinity setting for an instance on an EC2 Dedicated Host.
-
#availability_zone ⇒ String
The Availability Zone for the instance.
-
#group_name ⇒ String
The name of the placement group for the instance.
-
#host_id ⇒ String
The ID of the Dedicated Host for the instance.
-
#host_resource_group_arn ⇒ String
The Amazon Resource Name (ARN) of the host resource group in which to launch the instances.
-
#partition_number ⇒ Integer
The number of the partition the instance should launch in.
-
#spread_domain ⇒ String
Reserved for future use.
-
#tenancy ⇒ String
The tenancy of the instance (if the instance is running in a VPC).
Instance Attribute Details
#affinity ⇒ String
The affinity setting for an instance on an EC2 Dedicated Host.
7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7776 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_zone ⇒ String
The Availability Zone for the instance.
7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7776 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_name ⇒ String
The name of the placement group for the instance.
7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7776 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_id ⇒ String
The ID of the Dedicated Host for the instance.
7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7776 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_arn ⇒ String
The Amazon Resource Name (ARN) of the host resource group in which to launch the instances.
7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7776 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_number ⇒ Integer
The number of the partition the instance should launch in.
7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7776 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_domain ⇒ String
Reserved for future use.
7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7776 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 |
#tenancy ⇒ String
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.
7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7776 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 |