Struct aws_sdk_sagemaker::operation::describe_app::DescribeAppInput
source · #[non_exhaustive]pub struct DescribeAppInput { /* private fields */ }
Implementations§
source§impl DescribeAppInput
impl DescribeAppInput
sourcepub fn user_profile_name(&self) -> Option<&str>
pub fn user_profile_name(&self) -> Option<&str>
The user profile name. If this value is not set, then SpaceName
must be set.
sourcepub fn space_name(&self) -> Option<&str>
pub fn space_name(&self) -> Option<&str>
The name of the space.
source§impl DescribeAppInput
impl DescribeAppInput
sourcepub fn builder() -> DescribeAppInputBuilder
pub fn builder() -> DescribeAppInputBuilder
Creates a new builder-style object to manufacture DescribeAppInput
.
source§impl DescribeAppInput
impl DescribeAppInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeApp, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeApp, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeApp
>
Trait Implementations§
source§impl Clone for DescribeAppInput
impl Clone for DescribeAppInput
source§fn clone(&self) -> DescribeAppInput
fn clone(&self) -> DescribeAppInput
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 DescribeAppInput
impl Debug for DescribeAppInput
source§impl PartialEq<DescribeAppInput> for DescribeAppInput
impl PartialEq<DescribeAppInput> for DescribeAppInput
source§fn eq(&self, other: &DescribeAppInput) -> bool
fn eq(&self, other: &DescribeAppInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.