#[non_exhaustive]pub struct UnshareApplicationInput { /* private fields */ }
Implementations
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnshareApplicationInput
.
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.
Trait Implementations
sourcefn clone(&self) -> UnshareApplicationInput
fn clone(&self) -> UnshareApplicationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourcefn eq(&self, other: &UnshareApplicationInput) -> bool
fn eq(&self, other: &UnshareApplicationInput) -> bool
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more