Class: Aws::IoT::Types::Policy
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Policy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes an AWS IoT policy.
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
The policy ARN.
-
#policy_name ⇒ String
The policy name.
Instance Attribute Details
#policy_arn ⇒ String
The policy ARN.
8164 8165 8166 8167 8168 |
# File 'lib/aws-sdk-iot/types.rb', line 8164 class Policy < Struct.new( :policy_name, :policy_arn) include Aws::Structure end |
#policy_name ⇒ String
The policy name.
8164 8165 8166 8167 8168 |
# File 'lib/aws-sdk-iot/types.rb', line 8164 class Policy < Struct.new( :policy_name, :policy_arn) include Aws::Structure end |