Class: Aws::SecurityHub::Types::BatchEnableStandardsResponse

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_subscriptionsArray<Types::StandardsSubscription>

The details of the standards subscriptions that were enabled.

Returns:



22471
22472
22473
22474
22475
# File 'lib/aws-sdk-securityhub/types.rb', line 22471

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