class Aws::SecurityHub::Types::AwsIamAttachedManagedPolicy

A managed policy that is attached to an IAM principal.

@note When making an API call, you may pass AwsIamAttachedManagedPolicy

data as a hash:

    {
      policy_name: "NonEmptyString",
      policy_arn: "NonEmptyString",
    }

@!attribute [rw] policy_name

The name of the policy.
@return [String]

@!attribute [rw] policy_arn

The ARN of the policy.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamAttachedManagedPolicy AWS API Documentation

Constants

SENSITIVE