Class: Aws::ServiceDiscovery::Types::DiscoverInstancesRevisionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::DiscoverInstancesRevisionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances_revision ⇒ Integer
The increasing revision associated to the response Instances list.
Instance Attribute Details
#instances_revision ⇒ Integer
The increasing revision associated to the response Instances list. If a new instance is registered or deregistered, the ‘InstancesRevision` updates. The health status updates don’t update ‘InstancesRevision`.
573 574 575 576 577 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 573 class DiscoverInstancesRevisionResponse < Struct.new( :instances_revision) SENSITIVE = [] include Aws::Structure end |