Class: Aws::SecurityHub::Types::BatchGetStandardsControlAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchGetStandardsControlAssociationsRequest
- Defined in:
- gems/aws-sdk-securityhub/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.
21676 21677 21678 21679 21680 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21676 class BatchGetStandardsControlAssociationsRequest < Struct.new( :standards_control_association_ids) SENSITIVE = [] include Aws::Structure end |