#[non_exhaustive]pub struct UpdateRevealConfigurationInput { /* private fields */ }
Implementations
sourceimpl UpdateRevealConfigurationInput
impl UpdateRevealConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRevealConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRevealConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateRevealConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRevealConfigurationInput
.
sourceimpl UpdateRevealConfigurationInput
impl UpdateRevealConfigurationInput
sourcepub fn configuration(&self) -> Option<&RevealConfiguration>
pub fn configuration(&self) -> Option<&RevealConfiguration>
The new configuration settings and the status of the configuration for the account.
Trait Implementations
sourceimpl Clone for UpdateRevealConfigurationInput
impl Clone for UpdateRevealConfigurationInput
sourcefn clone(&self) -> UpdateRevealConfigurationInput
fn clone(&self) -> UpdateRevealConfigurationInput
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 moresourceimpl PartialEq<UpdateRevealConfigurationInput> for UpdateRevealConfigurationInput
impl PartialEq<UpdateRevealConfigurationInput> for UpdateRevealConfigurationInput
sourcefn eq(&self, other: &UpdateRevealConfigurationInput) -> bool
fn eq(&self, other: &UpdateRevealConfigurationInput) -> bool
impl StructuralPartialEq for UpdateRevealConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateRevealConfigurationInput
impl Send for UpdateRevealConfigurationInput
impl Sync for UpdateRevealConfigurationInput
impl Unpin for UpdateRevealConfigurationInput
impl UnwindSafe for UpdateRevealConfigurationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more