class Aws::SecurityHub::Types::BatchEnableStandardsRequest

@note When making an API call, you may pass BatchEnableStandardsRequest

data as a hash:

    {
      standards_subscription_requests: [ # required
        {
          standards_arn: "NonEmptyString", # required
          standards_input: {
            "NonEmptyString" => "NonEmptyString",
          },
        },
      ],
    }

@!attribute [rw] standards_subscription_requests

The list of standards checks to enable.
@return [Array<Types::StandardsSubscriptionRequest>]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchEnableStandardsRequest AWS API Documentation

Constants

SENSITIVE