Class: Aws::GuardDuty::Types::StartMonitoringMembersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

StartMonitoringMembers response object.

Instance Attribute Summary collapse

Instance Attribute Details

#unprocessed_accountsArray<Types::UnprocessedAccount>

A list of objects containing the unprocessed account and a result string explaining why it was unprocessed.

Returns:



2559
2560
2561
2562
# File 'lib/aws-sdk-guardduty/types.rb', line 2559

class StartMonitoringMembersResponse < Struct.new(
  :unprocessed_accounts)
  include Aws::Structure
end