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.
8543 8544 8545 8546 8547 8548 |
# File 'lib/aws-sdk-iam/types.rb', line 8543 class PolicyDetail < Struct.new( :policy_name, :policy_document) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
8543 8544 8545 8546 8547 8548 |
# File 'lib/aws-sdk-iam/types.rb', line 8543 class PolicyDetail < Struct.new( :policy_name, :policy_document) SENSITIVE = [] include Aws::Structure end |