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

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

Overview

The policy that has the effect on the authorization results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

The policy ARN.

Returns:

  • (String)


6955
6956
6957
6958
6959
6960
6961
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6955

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

#policy_documentString

The IAM policy document.

Returns:

  • (String)


6955
6956
6957
6958
6959
6960
6961
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6955

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

#policy_nameString

The policy name.

Returns:

  • (String)


6955
6956
6957
6958
6959
6960
6961
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6955

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