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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


4275
4276
4277
4278
4279
# File 'lib/aws-sdk-ssm/types.rb', line 4275

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