Struct rusoto_redshift::PurchaseReservedNodeOfferingMessage [] [src]

pub struct PurchaseReservedNodeOfferingMessage {
    pub node_count: Option<i64>,
    pub reserved_node_offering_id: String,
}

Fields

The number of reserved nodes that you want to purchase.

Default: 1

The unique identifier of the reserved node offering you want to purchase.

Trait Implementations

impl Default for PurchaseReservedNodeOfferingMessage
[src]

[src]

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

impl Debug for PurchaseReservedNodeOfferingMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for PurchaseReservedNodeOfferingMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more