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

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

The list of standards checks to enable.



22420
22421
22422
22423
22424
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22420

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