Class: Aws::SecurityHub::Types::BatchGetSecurityControlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchGetSecurityControlsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_controls ⇒ Array<Types::SecurityControl>
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
-
#unprocessed_ids ⇒ Array<Types::UnprocessedSecurityControl>
A security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) for which details cannot be returned.
Instance Attribute Details
#security_controls ⇒ Array<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`.
22560 22561 22562 22563 22564 22565 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22560 class BatchGetSecurityControlsResponse < Struct.new( :security_controls, :unprocessed_ids) SENSITIVE = [] include Aws::Structure end |
#unprocessed_ids ⇒ Array<Types::UnprocessedSecurityControl>
A security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) for which details cannot be returned.
22560 22561 22562 22563 22564 22565 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22560 class BatchGetSecurityControlsResponse < Struct.new( :security_controls, :unprocessed_ids) SENSITIVE = [] include Aws::Structure end |