Method: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataPlacementDetails#tenancy
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#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.
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 |