Class: Aws::SecurityHub::Types::BatchEnableStandardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchEnableStandardsResponse
- Defined in:
- gems/aws-sdk-securityhub/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.
18233 18234 18235 18236 18237 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18233 class BatchEnableStandardsResponse < Struct.new( :standards_subscriptions) SENSITIVE = [] include Aws::Structure end |