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 action.
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.
6064 6065 6066 6067 6068 |
# File 'lib/aws-sdk-iam/types.rb', line 6064 class PolicyDetail < Struct.new( :policy_name, :policy_document) include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
6064 6065 6066 6067 6068 |
# File 'lib/aws-sdk-iam/types.rb', line 6064 class PolicyDetail < Struct.new( :policy_name, :policy_document) include Aws::Structure end |