Class: Aws::SecurityHub::Types::AwsIamAttachedManagedPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

A managed policy that is attached to an IAM principal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

The ARN of the policy.

Returns:

  • (String)


13752
13753
13754
13755
13756
13757
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13752

class AwsIamAttachedManagedPolicy < Struct.new(
  :policy_name,
  :policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

The name of the policy.

Returns:

  • (String)


13752
13753
13754
13755
13756
13757
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13752

class AwsIamAttachedManagedPolicy < Struct.new(
  :policy_name,
  :policy_arn)
  SENSITIVE = []
  include Aws::Structure
end