Struct rusoto_ec2::ImageAttribute [] [src]

pub struct ImageAttribute {
    pub block_device_mappings: Option<Vec<BlockDeviceMapping>>,
    pub description: Option<AttributeValue>,
    pub image_id: Option<String>,
    pub kernel_id: Option<AttributeValue>,
    pub launch_permissions: Option<Vec<LaunchPermission>>,
    pub product_codes: Option<Vec<ProductCode>>,
    pub ramdisk_id: Option<AttributeValue>,
    pub sriov_net_support: Option<AttributeValue>,
}

Describes an image attribute.

Fields

One or more block device mapping entries.

A description for the AMI.

The ID of the AMI.

The kernel ID.

One or more launch permissions.

One or more product codes.

The RAM disk ID.

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

Trait Implementations

impl Default for ImageAttribute
[src]

[src]

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

impl Debug for ImageAttribute
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImageAttribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more