Class: Aws::ApplicationDiscoveryService::Types::StopDataCollectionByAgentIdsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StopDataCollectionByAgentIdsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_ids ⇒ Array<String>
The IDs of the agents from which to stop collecting data.
Instance Attribute Details
#agent_ids ⇒ Array<String>
The IDs of the agents from which to stop collecting data.
2103 2104 2105 2106 2107 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2103 class StopDataCollectionByAgentIdsRequest < Struct.new( :agent_ids) SENSITIVE = [] include Aws::Structure end |