Class: Aws::SecurityHub::Types::BatchDisableStandardsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#standards_subscriptionsArray<Types::StandardsSubscription>

The details of the standards subscriptions that were disabled.

Returns:



22408
22409
22410
22411
22412
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22408

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