class Aws::SecurityHub::Types::DescribeStandardsControlsRequest

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

data as a hash:

    {
      standards_subscription_arn: "NonEmptyString", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] standards_subscription_arn

The ARN of a resource that represents your subscription to a
supported standard. To get the subscription ARNs of the standards
you have enabled, use the `GetEnabledStandards` operation.
@return [String]

@!attribute [rw] next_token

The token that is required for pagination. On your first call to the
`DescribeStandardsControls` operation, set the value of this
parameter to `NULL`.

For subsequent calls to the operation, to continue listing data, set
the value of this parameter to the value returned from the previous
response.
@return [String]

@!attribute [rw] max_results

The maximum number of security standard controls to return.
@return [Integer]

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

Constants

SENSITIVE