Struct rusoto_ec2::InstanceCreditSpecificationRequest [] [src]

pub struct InstanceCreditSpecificationRequest {
    pub cpu_credits: Option<String>,
    pub instance_id: Option<String>,
}

Describes the credit option for CPU usage of a T2 instance.

Fields

The credit option for CPU usage of the instance. Valid values are standard and unlimited.

The ID of the instance.

Trait Implementations

impl Default for InstanceCreditSpecificationRequest
[src]

[src]

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

impl Debug for InstanceCreditSpecificationRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InstanceCreditSpecificationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations