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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


27520
27521
27522
27523
27524
27525
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27520

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)


27520
27521
27522
27523
27524
27525
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27520

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