Class: Aws::IAM::Types::PolicyDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::PolicyDetail
- Defined in:
- gems/aws-sdk-iam/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.
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.
7881 7882 7883 7884 7885 7886 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7881 class PolicyDetail < Struct.new( :policy_name, :policy_document) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
7881 7882 7883 7884 7885 7886 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7881 class PolicyDetail < Struct.new( :policy_name, :policy_document) SENSITIVE = [] include Aws::Structure end |