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