Class: Aws::Organizations::Types::DescribePolicyResponse

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 specified policy.

Returns:



889
890
891
892
# File 'lib/aws-sdk-organizations/types.rb', line 889

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