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

Class: Aws::ConfigService::Types::DescribeConfigRulesRequest

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

Overview

Note:

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

{
  config_rule_names: ["ConfigRuleName"],
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_namesArray<String>

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

Returns:

  • (Array<String>)

    The names of the AWS Config rules for which you want details.

#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.