Method: Aws::SecurityHub::Types::BatchEnableStandardsRequest#standards_subscription_requests
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#standards_subscription_requests ⇒ Array<Types::StandardsSubscriptionRequest>
The list of standards checks to enable.
21547 21548 21549 21550 21551 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21547 class BatchEnableStandardsRequest < Struct.new( :standards_subscription_requests) SENSITIVE = [] include Aws::Structure end |