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

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

Overview

Describes the modification request/s.

Constant Summary collapse

SENSITIVE =
[]

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)


57321
57322
57323
57324
57325
57326
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57321

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

#target_configurationTypes::ReservedInstancesConfiguration

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



57321
57322
57323
57324
57325
57326
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57321

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