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.
1249 1250 1251 1252 1253 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1249 class CreatePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |