#[non_exhaustive]pub struct UpdateImagePermissionsInput { /* private fields */ }
Implementations§
source§impl UpdateImagePermissionsInput
impl UpdateImagePermissionsInput
The 12-digit identifier of the AWS account for which you want add or update image permissions.
sourcepub fn image_permissions(&self) -> Option<&ImagePermissions>
pub fn image_permissions(&self) -> Option<&ImagePermissions>
The permissions for the image.
source§impl UpdateImagePermissionsInput
impl UpdateImagePermissionsInput
sourcepub fn builder() -> UpdateImagePermissionsInputBuilder
pub fn builder() -> UpdateImagePermissionsInputBuilder
Creates a new builder-style object to manufacture UpdateImagePermissionsInput
.
source§impl UpdateImagePermissionsInput
impl UpdateImagePermissionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateImagePermissions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateImagePermissions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateImagePermissions
>
Trait Implementations§
source§impl Clone for UpdateImagePermissionsInput
impl Clone for UpdateImagePermissionsInput
source§fn clone(&self) -> UpdateImagePermissionsInput
fn clone(&self) -> UpdateImagePermissionsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateImagePermissionsInput
impl Debug for UpdateImagePermissionsInput
source§impl PartialEq<UpdateImagePermissionsInput> for UpdateImagePermissionsInput
impl PartialEq<UpdateImagePermissionsInput> for UpdateImagePermissionsInput
source§fn eq(&self, other: &UpdateImagePermissionsInput) -> bool
fn eq(&self, other: &UpdateImagePermissionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.