Struct rusoto_ec2::LaunchPermissionModifications [] [src]

pub struct LaunchPermissionModifications {
    pub add: Option<Vec<LaunchPermission>>,
    pub remove: Option<Vec<LaunchPermission>>,
}

Describes a launch permission modification.

Fields

The AWS account ID to add to the list of launch permissions for the AMI.

The AWS account ID to remove from the list of launch permissions for the AMI.

Trait Implementations

impl Default for LaunchPermissionModifications
[src]

[src]

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

impl Debug for LaunchPermissionModifications
[src]

[src]

Formats the value using the given formatter.

impl Clone for LaunchPermissionModifications
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more