#[non_exhaustive]pub struct DescribeWorkspaceDirectoriesInput { /* private fields */ }Implementations§
source§impl DescribeWorkspaceDirectoriesInput
impl DescribeWorkspaceDirectoriesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkspaceDirectories, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkspaceDirectories, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeWorkspaceDirectories>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkspaceDirectoriesInput.
source§impl DescribeWorkspaceDirectoriesInput
impl DescribeWorkspaceDirectoriesInput
sourcepub fn directory_ids(&self) -> Option<&[String]>
pub fn directory_ids(&self) -> Option<&[String]>
The identifiers of the directories. If the value is null, all directories are retrieved.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
Trait Implementations§
source§impl Clone for DescribeWorkspaceDirectoriesInput
impl Clone for DescribeWorkspaceDirectoriesInput
source§fn clone(&self) -> DescribeWorkspaceDirectoriesInput
fn clone(&self) -> DescribeWorkspaceDirectoriesInput
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 PartialEq<DescribeWorkspaceDirectoriesInput> for DescribeWorkspaceDirectoriesInput
impl PartialEq<DescribeWorkspaceDirectoriesInput> for DescribeWorkspaceDirectoriesInput
source§fn eq(&self, other: &DescribeWorkspaceDirectoriesInput) -> bool
fn eq(&self, other: &DescribeWorkspaceDirectoriesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.