Class: Aws::SecurityHub::Types::BatchEnableStandardsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchEnableStandardsRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
22449 22450 22451 22452 22453 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22449 class BatchEnableStandardsRequest < Struct.new( :standards_subscription_requests) SENSITIVE = [] include Aws::Structure end |