You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ReservedInstancesModification

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a Reserved Instance modification.

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

Returns:

  • (String)

    A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.

#create_dateTime

The time when the modification request was created.

Returns:

  • (Time)

    The time when the modification request was created.

#effective_dateTime

The time for the modification to become effective.

Returns:

  • (Time)

    The time for the modification to become effective.

#modification_resultsArray<Types::ReservedInstancesModificationResult>

Contains target configurations along with their corresponding new Reserved Instance IDs.

Returns:

#reserved_instances_idsArray<Types::ReservedInstancesId>

The IDs of one or more Reserved Instances.

Returns:

#reserved_instances_modification_idString

A unique ID for the Reserved Instance modification.

Returns:

  • (String)

    A unique ID for the Reserved Instance modification.

#statusString

The status of the Reserved Instances modification request.

Returns:

  • (String)

    The status of the Reserved Instances modification request.

#status_messageString

The reason for the status.

Returns:

  • (String)

    The reason for the status.

#update_dateTime

The time when the modification request was last updated.

Returns:

  • (Time)

    The time when the modification request was last updated.