Class: Aws::SSM::Types::DeregisterManagedInstanceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::DeregisterManagedInstanceRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssm/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID assigned to the managed node when you registered it using the activation process.
 
Instance Attribute Details
#instance_id ⇒ String
The ID assigned to the managed node when you registered it using the activation process.
      4406 4407 4408 4409 4410  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 4406 class DeregisterManagedInstanceRequest < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end  |