Class: Aws::ServiceDiscovery::Types::DeregisterInstanceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The value that you specified for ‘Id` in the [RegisterInstance] request.

[1]: docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html

Returns:

  • (String)


406
407
408
409
410
411
# File 'lib/aws-sdk-servicediscovery/types.rb', line 406

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

#service_idString

The ID of the service that the instance is associated with.

Returns:

  • (String)


406
407
408
409
410
411
# File 'lib/aws-sdk-servicediscovery/types.rb', line 406

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