Class: Aws::ConfigService::Types::GetOrganizationConfigRuleDetailedStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetOrganizationConfigRuleDetailedStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::StatusDetailFilters
A ‘StatusDetailFilters` object.
-
#limit ⇒ Integer
The maximum number of ‘OrganizationConfigRuleDetailedStatus` returned on each page.
-
#next_token ⇒ 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_name ⇒ String
The name of your organization Config rule for which you want status details for member accounts.
Instance Attribute Details
#filters ⇒ Types::StatusDetailFilters
A ‘StatusDetailFilters` object.
4559 4560 4561 4562 4563 4564 4565 4566 |
# File 'lib/aws-sdk-configservice/types.rb', line 4559 class GetOrganizationConfigRuleDetailedStatusRequest < Struct.new( :organization_config_rule_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of ‘OrganizationConfigRuleDetailedStatus` returned on each page. If you do not specify a number, Config uses the default. The default is 100.
4559 4560 4561 4562 4563 4564 4565 4566 |
# File 'lib/aws-sdk-configservice/types.rb', line 4559 class GetOrganizationConfigRuleDetailedStatusRequest < Struct.new( :organization_config_rule_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
4559 4560 4561 4562 4563 4564 4565 4566 |
# File 'lib/aws-sdk-configservice/types.rb', line 4559 class GetOrganizationConfigRuleDetailedStatusRequest < Struct.new( :organization_config_rule_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#organization_config_rule_name ⇒ String
The name of your organization Config rule for which you want status details for member accounts.
4559 4560 4561 4562 4563 4564 4565 4566 |
# File 'lib/aws-sdk-configservice/types.rb', line 4559 class GetOrganizationConfigRuleDetailedStatusRequest < Struct.new( :organization_config_rule_name, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |