Struct aws_sdk_sagemaker::output::DescribeStudioLifecycleConfigOutput [−][src]
#[non_exhaustive]pub struct DescribeStudioLifecycleConfigOutput {
pub studio_lifecycle_config_arn: Option<String>,
pub studio_lifecycle_config_name: Option<String>,
pub creation_time: Option<DateTime>,
pub last_modified_time: Option<DateTime>,
pub studio_lifecycle_config_content: Option<String>,
pub studio_lifecycle_config_app_type: Option<StudioLifecycleConfigAppType>,
}
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_arn: Option<String>
The ARN of the Lifecycle Configuration to describe.
studio_lifecycle_config_name: Option<String>
The name of the Studio Lifecycle Configuration that is described.
creation_time: Option<DateTime>
The creation time of the Studio Lifecycle Configuration.
last_modified_time: Option<DateTime>
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
studio_lifecycle_config_content: Option<String>
The content of your Studio Lifecycle Configuration script.
studio_lifecycle_config_app_type: Option<StudioLifecycleConfigAppType>
The App type that the Lifecycle Configuration is attached to.
Implementations
The ARN of the Lifecycle Configuration to describe.
The name of the Studio Lifecycle Configuration that is described.
The creation time of the Studio Lifecycle Configuration.
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
The content of your Studio Lifecycle Configuration script.
The App type that the Lifecycle Configuration is attached to.
Creates a new builder-style object to manufacture DescribeStudioLifecycleConfigOutput
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 DescribeStudioLifecycleConfigOutput
impl Sync for DescribeStudioLifecycleConfigOutput
impl Unpin for DescribeStudioLifecycleConfigOutput
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