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

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 enabled.

Returns:



22432
22433
22434
22435
22436
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22432

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