Class: Aws::Organizations::Types::UpdatePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::UpdatePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
A structure that contains details about the updated policy, showing the requested changes.
Instance Attribute Details
#policy ⇒ Types::Policy
A structure that contains details about the updated policy, showing the requested changes.
4788 4789 4790 4791 4792 |
# File 'lib/aws-sdk-organizations/types.rb', line 4788 class UpdatePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |