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.
| 4393 4394 4395 4396 4397 | # File 'lib/aws-sdk-ssm/types.rb', line 4393 class DeregisterManagedInstanceRequest < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |