class Aws::ConfigService::Types::DescribeOrganizationConfigRuleStatusesRequest

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

data as a hash:

    {
      organization_config_rule_names: ["StringWithCharLimit64"],
      limit: 1,
      next_token: "String",
    }

@!attribute [rw] organization_config_rule_names

The names of organization config rules for which you want status
details. If you do not specify any names, Config returns details for
all your organization Config rules.
@return [Array<String>]

@!attribute [rw] limit

The maximum number of `OrganizationConfigRuleStatuses` returned on
each page. If you do no specify a number, Config uses the default.
The default is 100.
@return [Integer]

@!attribute [rw] next_token

The `nextToken` string returned on a previous page that you use to
get the next page of results in a paginated response.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeOrganizationConfigRuleStatusesRequest AWS API Documentation

Constants

SENSITIVE