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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.



22549
22550
22551
22552
22553
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22549

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