Class: Aws::ConfigService::Types::DescribeOrganizationConfigRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeOrganizationConfigRulesResponse
- 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_rules ⇒ Array<Types::OrganizationConfigRule>
Returns a list of
OrganizationConfigRule
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.
3527 3528 3529 3530 3531 3532 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3527 class DescribeOrganizationConfigRulesResponse < Struct.new( :organization_config_rules, :next_token) SENSITIVE = [] include Aws::Structure end |
#organization_config_rules ⇒ Array<Types::OrganizationConfigRule>
Returns a list of OrganizationConfigRule
objects.
3527 3528 3529 3530 3531 3532 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3527 class DescribeOrganizationConfigRulesResponse < Struct.new( :organization_config_rules, :next_token) SENSITIVE = [] include Aws::Structure end |