#[non_exhaustive]pub struct GetRevealConfigurationOutput { /* private fields */ }
Implementations§
source§impl GetRevealConfigurationOutput
impl GetRevealConfigurationOutput
sourcepub fn configuration(&self) -> Option<&RevealConfiguration>
pub fn configuration(&self) -> Option<&RevealConfiguration>
The current configuration settings and the status of the configuration for the account.
source§impl GetRevealConfigurationOutput
impl GetRevealConfigurationOutput
sourcepub fn builder() -> GetRevealConfigurationOutputBuilder
pub fn builder() -> GetRevealConfigurationOutputBuilder
Creates a new builder-style object to manufacture GetRevealConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetRevealConfigurationOutput
impl Clone for GetRevealConfigurationOutput
source§fn clone(&self) -> GetRevealConfigurationOutput
fn clone(&self) -> GetRevealConfigurationOutput
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 GetRevealConfigurationOutput
impl Debug for GetRevealConfigurationOutput
source§impl PartialEq<GetRevealConfigurationOutput> for GetRevealConfigurationOutput
impl PartialEq<GetRevealConfigurationOutput> for GetRevealConfigurationOutput
source§fn eq(&self, other: &GetRevealConfigurationOutput) -> bool
fn eq(&self, other: &GetRevealConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetRevealConfigurationOutput
impl RequestId for GetRevealConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.