Class: Aws::IAM::Types::GetPolicyRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#policy_arnString

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

Returns:

  • (String)


3794
3795
3796
3797
# File 'lib/aws-sdk-iam/types.rb', line 3794

class GetPolicyRequest < Struct.new(
  :policy_arn)
  include Aws::Structure
end