class Aws::SecurityHub::Types::StandardsSubscriptionRequest

The standard that you want to enable.

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

data as a hash:

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

@!attribute [rw] standards_arn

The ARN of the standard that you want to enable. To view the list of
available standards and their ARNs, use the `DescribeStandards`
operation.
@return [String]

@!attribute [rw] standards_input

A key-value pair of input for the standard.
@return [Hash<String,String>]

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

Constants

SENSITIVE