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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::Policy

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

Returns:



4750
4751
4752
4753
4754
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4750

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