Class: Aws::SageMaker::Types::InstanceMetadataServiceConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::InstanceMetadataServiceConfiguration
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Information on the IMDS configuration of the notebook instance
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #minimum_instance_metadata_service_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the minimum IMDS version that the notebook instance supports.
 
Instance Attribute Details
#minimum_instance_metadata_service_version ⇒ String
Indicates the minimum IMDS version that the notebook instance supports. When passed as part of ‘CreateNotebookInstance`, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of `UpdateNotebookInstance`, there is no default.
      26506 26507 26508 26509 26510  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26506 class InstanceMetadataServiceConfiguration < Struct.new( :minimum_instance_metadata_service_version) SENSITIVE = [] include Aws::Structure end  |