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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1262

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