Class: Aws::ApplicationDiscoveryService::Types::StartDataCollectionByAgentIdsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StartDataCollectionByAgentIdsResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agents_configuration_status ⇒ Array<Types::AgentConfigurationStatus>
Information about agents that were instructed to start collecting data.
Instance Attribute Details
#agents_configuration_status ⇒ Array<Types::AgentConfigurationStatus>
Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
1952 1953 1954 1955 1956 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1952 class StartDataCollectionByAgentIdsResponse < Struct.new( :agents_configuration_status) SENSITIVE = [] include Aws::Structure end |