Class: Aws::ApplicationDiscoveryService::Types::BatchDeleteAgentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::BatchDeleteAgentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_agents ⇒ Array<Types::DeleteAgent>
The list of agents to delete.
Instance Attribute Details
#delete_agents ⇒ Array<Types::DeleteAgent>
The list of agents to delete.
178 179 180 181 182 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 178 class BatchDeleteAgentsRequest < Struct.new( :delete_agents) SENSITIVE = [] include Aws::Structure end |