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 IoT policy.
Constant Summary collapse
- SENSITIVE =
[]
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.
13838 13839 13840 13841 13842 13843 |
# File 'lib/aws-sdk-iot/types.rb', line 13838 class Policy < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The policy name.
13838 13839 13840 13841 13842 13843 |
# File 'lib/aws-sdk-iot/types.rb', line 13838 class Policy < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |