Struct aws_sdk_securityhub::model::AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
source · #[non_exhaustive]pub struct AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails { /* private fields */ }
Expand description
Information on the instance metadata service (IMDS) configuration of the notebook instance.
Implementations§
source§impl AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
impl AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
sourcepub fn minimum_instance_metadata_service_version(&self) -> Option<&str>
pub fn minimum_instance_metadata_service_version(&self) -> Option<&str>
Indicates the minimum IMDS version that the notebook instance supports.
source§impl AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
impl AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
.
Trait Implementations§
source§impl Clone for AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
impl Clone for AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
source§fn clone(
&self
) -> AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
fn clone(
&self
) -> AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
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<AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails> for AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
impl PartialEq<AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails> for AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
source§fn eq(
&self,
other: &AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
) -> bool
fn eq(
&self,
other: &AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.