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.
3250 3251 3252 3253 |
# File 'lib/aws-sdk-iam/types.rb', line 3250 class GetPolicyResponse < Struct.new( :policy) include Aws::Structure end |