Class: Aws::ApplicationDiscoveryService::Types::StopDataCollectionByAgentIdsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idsArray<String>

The IDs of the agents from which to stop collecting data.

Returns:

  • (Array<String>)


2094
2095
2096
2097
2098
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2094

class StopDataCollectionByAgentIdsRequest < Struct.new(
  :agent_ids)
  SENSITIVE = []
  include Aws::Structure
end