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][1
-
operation.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html
Constant Summary collapse
- SENSITIVE =
[]
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.
9125 9126 9127 9128 9129 9130 |
# File 'lib/aws-sdk-iam/types.rb', line 9125 class PolicyDetail < Struct.new( :policy_name, :policy_document) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
9125 9126 9127 9128 9129 9130 |
# File 'lib/aws-sdk-iam/types.rb', line 9125 class PolicyDetail < Struct.new( :policy_name, :policy_document) SENSITIVE = [] include Aws::Structure end |