Class: Aws::Organizations::Types::UpdatePolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::Policy

A structure that contains details about the updated policy, showing the requested changes.

Returns:



2935
2936
2937
2938
# File 'lib/aws-sdk-organizations/types.rb', line 2935

class UpdatePolicyResponse < Struct.new(
  :policy)
  include Aws::Structure
end