Class: Aws::ConfigService::Types::GetOrganizationCustomRulePolicyResponse

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

#policy_textString

The policy definition containing the logic for your organization Config Custom Policy rule.

Returns:

  • (String)


4536
4537
4538
4539
4540
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4536

class GetOrganizationCustomRulePolicyResponse < Struct.new(
  :policy_text)
  SENSITIVE = []
  include Aws::Structure
end