Struct rusoto_ec2::ReservedInstancesModificationResult[][src]

pub struct ReservedInstancesModificationResult {
    pub reserved_instances_id: Option<String>,
    pub target_configuration: Option<ReservedInstancesConfiguration>,
}

Describes the modification request/s.

Fields

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.

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

Trait Implementations

impl Default for ReservedInstancesModificationResult
[src]

Returns the "default value" for a type. Read more

impl Debug for ReservedInstancesModificationResult
[src]

Formats the value using the given formatter. Read more

impl Clone for ReservedInstancesModificationResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReservedInstancesModificationResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations