Class: Aws::SecurityHub::Types::BatchGetStandardsControlAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchGetStandardsControlAssociationsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#standards_control_association_ids ⇒ Array<Types::StandardsControlAssociationId>
An array with one or more objects that includes a security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.
Instance Attribute Details
#standards_control_association_ids ⇒ Array<Types::StandardsControlAssociationId>
An array with one or more objects that includes a security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This field is used to query the enablement status of a control in a specified standard. The security control ID or ARN is the same across standards.
22578 22579 22580 22581 22582 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22578 class BatchGetStandardsControlAssociationsRequest < Struct.new( :standards_control_association_ids) SENSITIVE = [] include Aws::Structure end |