Class: Aws::ConfigService::Types::DescribeOrganizationConfigRuleStatusesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeOrganizationConfigRuleStatusesResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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_statuses ⇒ Array<Types::OrganizationConfigRuleStatus>
A list of
OrganizationConfigRuleStatus
objects.
Instance Attribute Details
#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.
3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3132 class DescribeOrganizationConfigRuleStatusesResponse < Struct.new( :organization_config_rule_statuses, :next_token) SENSITIVE = [] include Aws::Structure end |
#organization_config_rule_statuses ⇒ Array<Types::OrganizationConfigRuleStatus>
A list of OrganizationConfigRuleStatus
objects.
3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3132 class DescribeOrganizationConfigRuleStatusesResponse < Struct.new( :organization_config_rule_statuses, :next_token) SENSITIVE = [] include Aws::Structure end |