You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::DescribeOrganizationConfigRuleStatusesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeOrganizationConfigRuleStatusesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of OrganizationConfigRuleStatuses returned on each page. If you do no specify a number, AWS Config uses the default. The default is 100.

Returns:

  • (Integer)

    The maximum number of OrganizationConfigRuleStatuses returned on each page.

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)

    The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

#organization_config_rule_namesArray<String>

The names of organization config rules for which you want status details. If you do not specify any names, AWS Config returns details for all your organization AWS Confg rules.

Returns:

  • (Array<String>)

    The names of organization config rules for which you want status details.