Class: Aws::SecurityHub::Types::BatchDisableStandardsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#standards_subscription_arnsArray<String>

The ARNs of the standards subscriptions to disable.

Returns:

  • (Array<String>)


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