Class: Aws::SecurityHub::Types::BatchDisableStandardsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchDisableStandardsResponse
- 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 disabled.
Instance Attribute Details
#standards_subscriptions ⇒ Array<Types::StandardsSubscription>
The details of the standards subscriptions that were disabled.
22437 22438 22439 22440 22441 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22437 class BatchDisableStandardsResponse < Struct.new( :standards_subscriptions) SENSITIVE = [] include Aws::Structure end |