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]

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

impl Debug for CustomAmi
[src]

Formats the value using the given formatter. Read more

impl Clone for CustomAmi
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CustomAmi
[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

impl Send for CustomAmi

impl Sync for CustomAmi