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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicediscovery/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.

Returns:

  • (String)


460
461
462
463
464
465
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 460

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

#service_idString

The ID or Amazon Resource Name (ARN) of the service that the instance is associated with. If the namespace associated with the service is shared with your account, specify the service ARN. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.

Returns:

  • (String)


460
461
462
463
464
465
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 460

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