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.
4507 4508 4509 4510 4511 |
# File 'lib/aws-sdk-ssm/types.rb', line 4507 class DeregisterManagedInstanceRequest < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |