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:



5623
5624
5625
5626
5627
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5623

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