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.
2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2094 class StopDataCollectionByAgentIdsRequest < Struct.new( :agent_ids) SENSITIVE = [] include Aws::Structure end |