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.
4748 4749 4750 4751 4752 |
# File 'lib/aws-sdk-organizations/types.rb', line 4748 class UpdatePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |