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