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