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