Class: Aws::IoT::Types::EffectivePolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The policy that has the effect on the authorization results.

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

The policy ARN.

Returns:

  • (String)


4782
4783
4784
4785
4786
4787
# File 'lib/aws-sdk-iot/types.rb', line 4782

class EffectivePolicy < Struct.new(
  :policy_name,
  :policy_arn,
  :policy_document)
  include Aws::Structure
end

#policy_documentString

The IAM policy document.

Returns:

  • (String)


4782
4783
4784
4785
4786
4787
# File 'lib/aws-sdk-iot/types.rb', line 4782

class EffectivePolicy < Struct.new(
  :policy_name,
  :policy_arn,
  :policy_document)
  include Aws::Structure
end

#policy_nameString

The policy name.

Returns:

  • (String)


4782
4783
4784
4785
4786
4787
# File 'lib/aws-sdk-iot/types.rb', line 4782

class EffectivePolicy < Struct.new(
  :policy_name,
  :policy_arn,
  :policy_document)
  include Aws::Structure
end