Class: Aws::SecurityHub::Types::BatchEnableStandardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchEnableStandardsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#standards_subscriptions ⇒ Array<Types::StandardsSubscription>
The details of the standards subscriptions that were enabled.
Instance Attribute Details
#standards_subscriptions ⇒ Array<Types::StandardsSubscription>
The details of the standards subscriptions that were enabled.
22461 22462 22463 22464 22465 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22461 class BatchEnableStandardsResponse < Struct.new( :standards_subscriptions) SENSITIVE = [] include Aws::Structure end |