#[non_exhaustive]pub struct DescribeWorkspaceSnapshotsInput { /* private fields */ }Implementations§
source§impl DescribeWorkspaceSnapshotsInput
impl DescribeWorkspaceSnapshotsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkspaceSnapshots, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkspaceSnapshots, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeWorkspaceSnapshots>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkspaceSnapshotsInput.
source§impl DescribeWorkspaceSnapshotsInput
impl DescribeWorkspaceSnapshotsInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The identifier of the WorkSpace.
Trait Implementations§
source§impl Clone for DescribeWorkspaceSnapshotsInput
impl Clone for DescribeWorkspaceSnapshotsInput
source§fn clone(&self) -> DescribeWorkspaceSnapshotsInput
fn clone(&self) -> DescribeWorkspaceSnapshotsInput
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<DescribeWorkspaceSnapshotsInput> for DescribeWorkspaceSnapshotsInput
impl PartialEq<DescribeWorkspaceSnapshotsInput> for DescribeWorkspaceSnapshotsInput
source§fn eq(&self, other: &DescribeWorkspaceSnapshotsInput) -> bool
fn eq(&self, other: &DescribeWorkspaceSnapshotsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.