Struct aws_sdk_sagemaker::input::CreateStudioLifecycleConfigInput [−][src]
#[non_exhaustive]pub struct CreateStudioLifecycleConfigInput {
pub studio_lifecycle_config_name: Option<String>,
pub studio_lifecycle_config_content: Option<String>,
pub studio_lifecycle_config_app_type: Option<StudioLifecycleConfigAppType>,
pub tags: Option<Vec<Tag>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.studio_lifecycle_config_name: Option<String>
The name of the Studio Lifecycle Configuration to create.
studio_lifecycle_config_content: Option<String>
The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.
studio_lifecycle_config_app_type: 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateStudioLifecycleConfig, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateStudioLifecycleConfig, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateStudioLifecycleConfig
>
Creates a new builder-style object to manufacture CreateStudioLifecycleConfigInput
The name of the Studio Lifecycle Configuration to create.
The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.
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.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CreateStudioLifecycleConfigInput
impl Sync for CreateStudioLifecycleConfigInput
impl Unpin for CreateStudioLifecycleConfigInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more