#[non_exhaustive]pub struct DescribeDirectoryConfigsOutput { /* private fields */ }
Implementations§
source§impl DescribeDirectoryConfigsOutput
impl DescribeDirectoryConfigsOutput
sourcepub fn directory_configs(&self) -> Option<&[DirectoryConfig]>
pub fn directory_configs(&self) -> Option<&[DirectoryConfig]>
Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
source§impl DescribeDirectoryConfigsOutput
impl DescribeDirectoryConfigsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDirectoryConfigsOutput
.
Trait Implementations§
source§impl Clone for DescribeDirectoryConfigsOutput
impl Clone for DescribeDirectoryConfigsOutput
source§fn clone(&self) -> DescribeDirectoryConfigsOutput
fn clone(&self) -> DescribeDirectoryConfigsOutput
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 more