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