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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::Policy

A structure that contains details about the newly created policy.

Returns:



588
589
590
591
# File 'lib/aws-sdk-organizations/types.rb', line 588

class CreatePolicyResponse < Struct.new(
  :policy)
  include Aws::Structure
end