Method: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataPlacementDetails#host_id
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#host_id ⇒ String
The ID of the Dedicated Host for the instance.
7916 7917 7918 7919 7920 7921 7922 7923 7924 7925 7926 7927 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7916 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 |