#[non_exhaustive]pub struct UpdateImagePermissionsInput {
pub name: Option<String>,
pub shared_account_id: Option<String>,
pub image_permissions: Option<ImagePermissions>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of the private image.
The 12-digit identifier of the AWS account for which you want add or update image permissions.
image_permissions: Option<ImagePermissions>The permissions for the image.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateImagePermissions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateImagePermissions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateImagePermissions>
Creates a new builder-style object to manufacture UpdateImagePermissionsInput
The 12-digit identifier of the AWS account for which you want add or update image permissions.
The permissions for the image.
Trait Implementations
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 RefUnwindSafe for UpdateImagePermissionsInput
impl Send for UpdateImagePermissionsInput
impl Sync for UpdateImagePermissionsInput
impl Unpin for UpdateImagePermissionsInput
impl UnwindSafe for UpdateImagePermissionsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more