Class: Aws::SecurityHub::Types::BatchGetSecurityControlsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchGetSecurityControlsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_control_ids ⇒ Array<String>
A list of security controls (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters).
Instance Attribute Details
#security_control_ids ⇒ Array<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.
22539 22540 22541 22542 22543 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22539 class BatchGetSecurityControlsRequest < Struct.new( :security_control_ids) SENSITIVE = [] include Aws::Structure end |