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

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

Returns:



1680
1681
1682
1683
1684
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1680

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