#[non_exhaustive]pub struct GetRevealConfigurationInput {}
Implementations§
source§impl GetRevealConfigurationInput
impl GetRevealConfigurationInput
sourcepub fn builder() -> GetRevealConfigurationInputBuilder
pub fn builder() -> GetRevealConfigurationInputBuilder
Creates a new builder-style object to manufacture GetRevealConfigurationInput
.
source§impl GetRevealConfigurationInput
impl GetRevealConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRevealConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetRevealConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRevealConfiguration
>
Trait Implementations§
source§impl Clone for GetRevealConfigurationInput
impl Clone for GetRevealConfigurationInput
source§fn clone(&self) -> GetRevealConfigurationInput
fn clone(&self) -> GetRevealConfigurationInput
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 GetRevealConfigurationInput
impl Debug for GetRevealConfigurationInput
source§impl PartialEq<GetRevealConfigurationInput> for GetRevealConfigurationInput
impl PartialEq<GetRevealConfigurationInput> for GetRevealConfigurationInput
source§fn eq(&self, other: &GetRevealConfigurationInput) -> bool
fn eq(&self, other: &GetRevealConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.