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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unprocessed_accountsArray<Types::UnprocessedAccount>

A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.

Returns:



6646
6647
6648
6649
6650
# File 'lib/aws-sdk-guardduty/types.rb', line 6646

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