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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


13501
13502
13503
13504
13505
13506
# File 'lib/aws-sdk-securityhub/types.rb', line 13501

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

#policy_nameString

The name of the policy.

Returns:

  • (String)


13501
13502
13503
13504
13505
13506
# File 'lib/aws-sdk-securityhub/types.rb', line 13501

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