Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Information about the target Capacity Reservation or Capacity Reservation group in which to run an Amazon EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_reservation_id ⇒ String
The ID of the Capacity Reservation in which to run the instance.
-
#capacity_reservation_resource_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Capacity Reservation resource group in which to run the instance.
Instance Attribute Details
#capacity_reservation_id ⇒ String
The ID of the Capacity Reservation in which to run the instance.
6995 6996 6997 6998 6999 7000 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6995 class AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails < Struct.new( :capacity_reservation_id, :capacity_reservation_resource_group_arn) SENSITIVE = [] include Aws::Structure end |
#capacity_reservation_resource_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Capacity Reservation resource group in which to run the instance.
6995 6996 6997 6998 6999 7000 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6995 class AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails < Struct.new( :capacity_reservation_id, :capacity_reservation_resource_group_arn) SENSITIVE = [] include Aws::Structure end |