Class: Aws::SecurityHub::Types::BatchGetSecurityControlsRequest

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_control_idsArray<String>

A list of security controls (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.

Returns:

  • (Array<String>)


22510
22511
22512
22513
22514
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22510

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