Class: Aws::SecurityHub::Types::BatchGetSecurityControlsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_controlsArray<Types::SecurityControl>

An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control. The same information is returned whether the request includes ‘SecurityControlId` or `SecurityControlArn`.

Returns:



22570
22571
22572
22573
22574
22575
# File 'lib/aws-sdk-securityhub/types.rb', line 22570

class BatchGetSecurityControlsResponse < Struct.new(
  :security_controls,
  :unprocessed_ids)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_idsArray<Types::UnprocessedSecurityControl>

A security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) for which details cannot be returned.



22570
22571
22572
22573
22574
22575
# File 'lib/aws-sdk-securityhub/types.rb', line 22570

class BatchGetSecurityControlsResponse < Struct.new(
  :security_controls,
  :unprocessed_ids)
  SENSITIVE = []
  include Aws::Structure
end