Struct aws_sdk_sagemaker::operation::create_studio_lifecycle_config::CreateStudioLifecycleConfigInput
source · #[non_exhaustive]pub struct CreateStudioLifecycleConfigInput { /* private fields */ }
Implementations§
source§impl CreateStudioLifecycleConfigInput
impl CreateStudioLifecycleConfigInput
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 create.
sourcepub fn studio_lifecycle_config_content(&self) -> Option<&str>
pub fn studio_lifecycle_config_content(&self) -> Option<&str>
The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.
sourcepub fn studio_lifecycle_config_app_type(
&self
) -> Option<&StudioLifecycleConfigAppType>
pub fn studio_lifecycle_config_app_type( &self ) -> Option<&StudioLifecycleConfigAppType>
The App type that the Lifecycle Configuration is attached to.
Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.
source§impl CreateStudioLifecycleConfigInput
impl CreateStudioLifecycleConfigInput
sourcepub fn builder() -> CreateStudioLifecycleConfigInputBuilder
pub fn builder() -> CreateStudioLifecycleConfigInputBuilder
Creates a new builder-style object to manufacture CreateStudioLifecycleConfigInput
.
source§impl CreateStudioLifecycleConfigInput
impl CreateStudioLifecycleConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateStudioLifecycleConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateStudioLifecycleConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateStudioLifecycleConfig
>
Trait Implementations§
source§impl Clone for CreateStudioLifecycleConfigInput
impl Clone for CreateStudioLifecycleConfigInput
source§fn clone(&self) -> CreateStudioLifecycleConfigInput
fn clone(&self) -> CreateStudioLifecycleConfigInput
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<CreateStudioLifecycleConfigInput> for CreateStudioLifecycleConfigInput
impl PartialEq<CreateStudioLifecycleConfigInput> for CreateStudioLifecycleConfigInput
source§fn eq(&self, other: &CreateStudioLifecycleConfigInput) -> bool
fn eq(&self, other: &CreateStudioLifecycleConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.