Struct aws_sdk_sagemaker::operation::create_studio_lifecycle_config::CreateStudioLifecycleConfigOutput
source · #[non_exhaustive]pub struct CreateStudioLifecycleConfigOutput {
pub studio_lifecycle_config_arn: Option<String>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
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 your created Lifecycle Configuration.
Implementations§
source§impl CreateStudioLifecycleConfigOutput
impl CreateStudioLifecycleConfigOutput
sourcepub fn studio_lifecycle_config_arn(&self) -> Option<&str>
pub fn studio_lifecycle_config_arn(&self) -> Option<&str>
The ARN of your created Lifecycle Configuration.
source§impl CreateStudioLifecycleConfigOutput
impl CreateStudioLifecycleConfigOutput
sourcepub fn builder() -> CreateStudioLifecycleConfigOutputBuilder
pub fn builder() -> CreateStudioLifecycleConfigOutputBuilder
Creates a new builder-style object to manufacture CreateStudioLifecycleConfigOutput
.
Trait Implementations§
source§impl Clone for CreateStudioLifecycleConfigOutput
impl Clone for CreateStudioLifecycleConfigOutput
source§fn clone(&self) -> CreateStudioLifecycleConfigOutput
fn clone(&self) -> CreateStudioLifecycleConfigOutput
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 for CreateStudioLifecycleConfigOutput
impl PartialEq for CreateStudioLifecycleConfigOutput
source§fn eq(&self, other: &CreateStudioLifecycleConfigOutput) -> bool
fn eq(&self, other: &CreateStudioLifecycleConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateStudioLifecycleConfigOutput
impl RequestId for CreateStudioLifecycleConfigOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CreateStudioLifecycleConfigOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateStudioLifecycleConfigOutput
impl Send for CreateStudioLifecycleConfigOutput
impl Sync for CreateStudioLifecycleConfigOutput
impl Unpin for CreateStudioLifecycleConfigOutput
impl UnwindSafe for CreateStudioLifecycleConfigOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.