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

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

Returns:



1678
1679
1680
1681
1682
# File 'lib/aws-sdk-organizations/types.rb', line 1678

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