Class: Aws::IoT::Types::EffectivePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::EffectivePolicy
- 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
-
#policy_arn ⇒ String
The policy ARN.
-
#policy_document ⇒ String
The IAM policy document.
-
#policy_name ⇒ String
The policy name.
Instance Attribute Details
#policy_arn ⇒ String
The policy ARN.
7614 7615 7616 7617 7618 7619 7620 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7614 class EffectivePolicy < Struct.new( :policy_name, :policy_arn, :policy_document) SENSITIVE = [] include Aws::Structure end |
#policy_document ⇒ String
The IAM policy document.
7614 7615 7616 7617 7618 7619 7620 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7614 class EffectivePolicy < Struct.new( :policy_name, :policy_arn, :policy_document) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The policy name.
7614 7615 7616 7617 7618 7619 7620 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7614 class EffectivePolicy < Struct.new( :policy_name, :policy_arn, :policy_document) SENSITIVE = [] include Aws::Structure end |