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
428 429 430 431 432 433 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 428 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.
428 429 430 431 432 433 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 428 class DeregisterInstanceRequest < Struct.new( :service_id, :instance_id) SENSITIVE = [] include Aws::Structure end |