Class: Aws::Organizations::Types::UpdatePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::UpdatePolicyResponse
- Defined in:
- gems/aws-sdk-organizations/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.
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 |