Class: Aws::ServiceDiscovery::Types::DeregisterInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::DeregisterInstanceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The value that you specified for ‘Id` in the [RegisterInstance] request.
-
#service_id ⇒ String
The ID of the service that the instance is associated with.
Instance Attribute Details
#instance_id ⇒ String
The value that you specified for ‘Id` in the [RegisterInstance] request.
[1]: docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html
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_id ⇒ String
The ID of the service that the instance is associated with.
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 |