class Aws::ConfigService::Types::DescribeOrganizationConfigRulesRequest

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

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 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 organization config rules 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/DescribeOrganizationConfigRulesRequest AWS API Documentation

Constants

SENSITIVE