Struct rusoto_elasticbeanstalk::CustomAmi [] [src]

pub struct CustomAmi {
    pub image_id: Option<String>,
    pub virtualization_type: Option<String>,
}

A custom AMI available to platforms.

Fields

THe ID of the image used to create the custom AMI.

The type of virtualization used to create the custom AMI.

Trait Implementations

impl Default for CustomAmi
[src]

[src]

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

impl Debug for CustomAmi
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CustomAmi
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CustomAmi

impl Sync for CustomAmi