Class: Aws::SecurityHub::Types::BatchEnableStandardsRequest

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_subscription_requestsArray<Types::StandardsSubscriptionRequest>

The list of standards checks to enable.



22459
22460
22461
22462
22463
# File 'lib/aws-sdk-securityhub/types.rb', line 22459

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