Class: Aws::SSM::Types::DeregisterManagedInstanceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID assigned to the managed node when you registered it using the activation process.

Returns:

  • (String)


4373
4374
4375
4376
4377
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4373

class DeregisterManagedInstanceRequest < Struct.new(
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end