Struct rusoto_ec2::CreateVolumePermission [] [src]

pub struct CreateVolumePermission {
    pub group: Option<String>,
    pub user_id: Option<String>,
}

Describes the user or group to be added or removed from the permissions for a volume.

Fields

The specific group that is to be added or removed from a volume's list of create volume permissions.

The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.

Trait Implementations

impl Default for CreateVolumePermission
[src]

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

impl Debug for CreateVolumePermission
[src]

Formats the value using the given formatter.

impl Clone for CreateVolumePermission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more