Class: Aws::SecurityHub::Types::BatchGetStandardsControlAssociationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#standards_control_association_idsArray<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.



22588
22589
22590
22591
22592
# File 'lib/aws-sdk-securityhub/types.rb', line 22588

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