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.
22425 22426 22427 22428 22429 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22425 class BatchDisableStandardsRequest < Struct.new( :standards_subscription_arns) SENSITIVE = [] include Aws::Structure end |