Class: Aws::Organizations::Types::CreatePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::CreatePolicyResponse
- 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 newly created policy.
Instance Attribute Details
#policy ⇒ Types::Policy
A structure that contains details about the newly created policy.
1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-organizations/types.rb', line 1266 class CreatePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |