Class: Aws::SecurityHub::Types::Result

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

Overview

Details about the account that was not processed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

An Amazon Web Services account ID of the account that was not processed.

Returns:

  • (String)


28743
28744
28745
28746
28747
28748
# File 'lib/aws-sdk-securityhub/types.rb', line 28743

class Result < Struct.new(
  :account_id,
  :processing_result)
  SENSITIVE = []
  include Aws::Structure
end

#processing_resultString

The reason that the account was not processed.

Returns:

  • (String)


28743
28744
28745
28746
28747
28748
# File 'lib/aws-sdk-securityhub/types.rb', line 28743

class Result < Struct.new(
  :account_id,
  :processing_result)
  SENSITIVE = []
  include Aws::Structure
end