Class: Aws::ApplicationDiscoveryService::Types::StartDataCollectionByAgentIdsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StartDataCollectionByAgentIdsRequest
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/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.
1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1948 class StartDataCollectionByAgentIdsRequest < Struct.new( :agent_ids) SENSITIVE = [] include Aws::Structure end |