Class: Aws::ApplicationDiscoveryService::Types::StartDataCollectionByAgentIdsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StartDataCollectionByAgentIdsRequest
- 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 start collecting data.
Instance Attribute Details
#agent_ids ⇒ Array<String>
The IDs of the agents from which to start collecting data. If you send a request to an agent ID that you do not have permission to contact, according to your Amazon Web Services account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows ‘Failed` in the Description field.
1939 1940 1941 1942 1943 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1939 class StartDataCollectionByAgentIdsRequest < Struct.new( :agent_ids) SENSITIVE = [] include Aws::Structure end |