Class: Aws::ServiceDiscovery::Types::DeregisterInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::DeregisterInstanceRequest
- Defined in:
- gems/aws-sdk-servicediscovery/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][1] request. -
#service_id ⇒ String
The ID or Amazon Resource Name (ARN) 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.
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_id ⇒ String
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.
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 |