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