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.
21686 21687 21688 21689 21690 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21686 class BatchEnableStandardsRequest < Struct.new( :standards_subscription_requests) SENSITIVE = [] include Aws::Structure end |