Class: Aws::Organizations::Types::CreatePolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::Policy

A structure that contains details about the newly created policy.

Returns:



1262
1263
1264
1265
1266
# File 'lib/aws-sdk-organizations/types.rb', line 1262

class CreatePolicyResponse < Struct.new(
  :policy)
  SENSITIVE = []
  include Aws::Structure
end