Class: Aws::IAM::Types::GetPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Note:
When making an API call, you may pass GetPolicyRequest data as a hash:
{
policy_arn: "arnType", # required
}
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the managed policy that you want information about.
Instance Attribute Details
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the managed policy that you want information about.
For more information about ARNs, see [Amazon Resource Names (ARNs) and AWS Service Namespaces] in the *AWS General Reference*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
3794 3795 3796 3797 |
# File 'lib/aws-sdk-iam/types.rb', line 3794 class GetPolicyRequest < Struct.new( :policy_arn) include Aws::Structure end |