Class: Aws::IAM::Types::PolicyDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::PolicyDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains information about an IAM policy, including the policy document.
This data type is used as a response element in the GetAccountAuthorizationDetails operation.
Instance Attribute Summary collapse
-
#policy_document ⇒ String
The policy document.
-
#policy_name ⇒ String
The name of the policy.
Instance Attribute Details
#policy_document ⇒ String
The policy document.
6613 6614 6615 6616 6617 |
# File 'lib/aws-sdk-iam/types.rb', line 6613 class PolicyDetail < Struct.new( :policy_name, :policy_document) include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
6613 6614 6615 6616 6617 |
# File 'lib/aws-sdk-iam/types.rb', line 6613 class PolicyDetail < Struct.new( :policy_name, :policy_document) include Aws::Structure end |