aws-sdk-iam 1.121.0

AWS SDK for AWS Identity and Access Management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetAccountProperties`](crate::operation::get_account_properties::builders::GetAccountPropertiesFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_account_properties::builders::GetAccountPropertiesFluentBuilder::send) it.
    /// - On success, responds with [`GetAccountPropertiesOutput`](crate::operation::get_account_properties::GetAccountPropertiesOutput) with field(s):
    ///   - [`properties(Option<HashMap::<String, String>>)`](crate::operation::get_account_properties::GetAccountPropertiesOutput::properties): <p>A map of account property key-value pairs. Keys are in the format <code>Namespace/PropertyName</code>.</p>
    /// - On failure, responds with [`SdkError<GetAccountPropertiesError>`](crate::operation::get_account_properties::GetAccountPropertiesError)
    pub fn get_account_properties(&self) -> crate::operation::get_account_properties::builders::GetAccountPropertiesFluentBuilder {
        crate::operation::get_account_properties::builders::GetAccountPropertiesFluentBuilder::new(self.handle.clone())
    }
}