Class: Aws::IAM::Types::GetPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetPolicy request.
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
A structure containing details about the policy.
Instance Attribute Details
#policy ⇒ Types::Policy
A structure containing details about the policy.
3807 3808 3809 3810 |
# File 'lib/aws-sdk-iam/types.rb', line 3807 class GetPolicyResponse < Struct.new( :policy) include Aws::Structure end |