Class: Aws::EC2::Types::ReservedInstancesModificationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the modification request/s.

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_instances_idString

The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.

Returns:

  • (String)


30888
30889
30890
30891
30892
# File 'lib/aws-sdk-ec2/types.rb', line 30888

class ReservedInstancesModificationResult < Struct.new(
  :reserved_instances_id,
  :target_configuration)
  include Aws::Structure
end

#target_configurationTypes::ReservedInstancesConfiguration

The target Reserved Instances configurations supplied as part of the modification request.



30888
30889
30890
30891
30892
# File 'lib/aws-sdk-ec2/types.rb', line 30888

class ReservedInstancesModificationResult < Struct.new(
  :reserved_instances_id,
  :target_configuration)
  include Aws::Structure
end