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

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



22531
22532
22533
22534
22535
22536
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22531

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.



22531
22532
22533
22534
22535
22536
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22531

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