Class: Aws::ConfigService::Types::DescribeOrganizationConfigRulesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute 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)


3177
3178
3179
3180
3181
3182
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3177

class DescribeOrganizationConfigRulesResponse < Struct.new(
  :organization_config_rules,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#organization_config_rulesArray<Types::OrganizationConfigRule>

Returns a list of OrganizationConfigRule objects.

Returns:



3177
3178
3179
3180
3181
3182
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3177

class DescribeOrganizationConfigRulesResponse < Struct.new(
  :organization_config_rules,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end