Class: Aws::EC2::Types::TargetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TargetConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Information about the Convertible Reserved Instance offering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count ⇒ Integer
The number of instances the Convertible Reserved Instance offering can be applied to.
-
#offering_id ⇒ String
The ID of the Convertible Reserved Instance offering.
Instance Attribute Details
#instance_count ⇒ Integer
The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request
68345 68346 68347 68348 68349 68350 |
# File 'lib/aws-sdk-ec2/types.rb', line 68345 class TargetConfiguration < Struct.new( :instance_count, :offering_id) SENSITIVE = [] include Aws::Structure end |
#offering_id ⇒ String
The ID of the Convertible Reserved Instance offering.
68345 68346 68347 68348 68349 68350 |
# File 'lib/aws-sdk-ec2/types.rb', line 68345 class TargetConfiguration < Struct.new( :instance_count, :offering_id) SENSITIVE = [] include Aws::Structure end |