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
- Struct
- Aws::EC2::Types::ReservedInstancesModification
- Defined in:
- (unknown)
Overview
Describes a Reserved Instance modification.
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.
-
#create_date ⇒ Time
The time when the modification request was created.
-
#effective_date ⇒ Time
The time for the modification to become effective.
-
#modification_results ⇒ Array<Types::ReservedInstancesModificationResult>
Contains target configurations along with their corresponding new Reserved Instance IDs.
-
#reserved_instances_ids ⇒ Array<Types::ReservedInstancesId>
The IDs of one or more Reserved Instances.
-
#reserved_instances_modification_id ⇒ String
A unique ID for the Reserved Instance modification.
-
#status ⇒ String
The status of the Reserved Instances modification request.
-
#status_message ⇒ String
The reason for the status.
-
#update_date ⇒ Time
The time when the modification request was last updated.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.
#create_date ⇒ Time
The time when the modification request was created.
#effective_date ⇒ Time
The time for the modification to become effective.
#modification_results ⇒ Array<Types::ReservedInstancesModificationResult>
Contains target configurations along with their corresponding new Reserved Instance IDs.
#reserved_instances_ids ⇒ Array<Types::ReservedInstancesId>
The IDs of one or more Reserved Instances.
#reserved_instances_modification_id ⇒ String
A unique ID for the Reserved Instance modification.
#status ⇒ String
The status of the Reserved Instances modification request.
#status_message ⇒ String
The reason for the status.
#update_date ⇒ Time
The time when the modification request was last updated.