class Aws::ConfigService::Types::GetOrganizationConfigRuleDetailedStatusRequest
@note When making an API call, you may pass GetOrganizationConfigRuleDetailedStatusRequest
data as a hash: { organization_config_rule_name: "OrganizationConfigRuleName", # required filters: { account_id: "AccountId", member_account_rule_status: "CREATE_SUCCESSFUL", # accepts CREATE_SUCCESSFUL, CREATE_IN_PROGRESS, CREATE_FAILED, DELETE_SUCCESSFUL, DELETE_FAILED, DELETE_IN_PROGRESS, UPDATE_SUCCESSFUL, UPDATE_IN_PROGRESS, UPDATE_FAILED }, limit: 1, next_token: "String", }
@!attribute [rw] organization_config_rule_name
The name of organization config rule for which you want status details for member accounts. @return [String]
@!attribute [rw] filters
A `StatusDetailFilters` object. @return [Types::StatusDetailFilters]
@!attribute [rw] limit
The maximum number of `OrganizationConfigRuleDetailedStatus` returned on each page. If you do not 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/GetOrganizationConfigRuleDetailedStatusRequest AWS API Documentation
Constants
- SENSITIVE