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:



21495
21496
21497
21498
21499
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21495

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