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

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

Overview

Note:

When making an API call, you may pass DeregisterManagedInstanceRequest data as a hash:

{
  instance_id: "ManagedInstanceId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

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

Returns:

  • (String)


3092
3093
3094
3095
# File 'lib/aws-sdk-ssm/types.rb', line 3092

class DeregisterManagedInstanceRequest < Struct.new(
  :instance_id)
  include Aws::Structure
end