Struct aws_sdk_serverlessapplicationrepository::operation::unshare_application::UnshareApplicationInput
source · #[non_exhaustive]pub struct UnshareApplicationInput { /* private fields */ }
Implementations§
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the application.
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The AWS Organization ID to unshare the application from.
sourcepub fn builder() -> UnshareApplicationInputBuilder
pub fn builder() -> UnshareApplicationInputBuilder
Creates a new builder-style object to manufacture UnshareApplicationInput
.
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UnshareApplication, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UnshareApplication, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UnshareApplication
>
Trait Implementations§
source§fn clone(&self) -> UnshareApplicationInput
fn clone(&self) -> UnshareApplicationInput
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§fn eq(&self, other: &UnshareApplicationInput) -> bool
fn eq(&self, other: &UnshareApplicationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more