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)


13742
13743
13744
13745
13746
13747
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13742

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

#policy_nameString

The name of the policy.

Returns:

  • (String)


13742
13743
13744
13745
13746
13747
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13742

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