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