Class: Aws::EC2::Types::TargetConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TargetConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Details about the target configuration.
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 Convertible Reserved Instance offering ID.
Instance Attribute Details
permalink #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
69150 69151 69152 69153 69154 69155 |
# File 'lib/aws-sdk-ec2/types.rb', line 69150 class TargetConfigurationRequest < Struct.new( :instance_count, :offering_id) SENSITIVE = [] include Aws::Structure end |
permalink #offering_id ⇒ String
The Convertible Reserved Instance offering ID.
69150 69151 69152 69153 69154 69155 |
# File 'lib/aws-sdk-ec2/types.rb', line 69150 class TargetConfigurationRequest < Struct.new( :instance_count, :offering_id) SENSITIVE = [] include Aws::Structure end |