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>)


21523
21524
21525
21526
21527
# File 'lib/aws-sdk-securityhub/types.rb', line 21523

class BatchDisableStandardsRequest < Struct.new(
  :standards_subscription_arns)
  SENSITIVE = []
  include Aws::Structure
end