You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::PolicyDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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

Instance Attribute Details

#policy_documentString

The policy document.

Returns:

  • (String)

    The policy document.

#policy_nameString

The name of the policy.

Returns:

  • (String)

    The name of the policy.