Class: Aws::SecurityHub::Types::BatchDisableStandardsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchDisableStandardsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#standards_subscription_arns ⇒ Array<String>
The ARNs of the standards subscriptions to disable.
Instance Attribute Details
#standards_subscription_arns ⇒ Array<String>
The ARNs of the standards subscriptions to disable.
22429 22430 22431 22432 22433 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22429 class BatchDisableStandardsRequest < Struct.new( :standards_subscription_arns) SENSITIVE = [] include Aws::Structure end |