Class: Aws::IoT::Types::PolicyVersionIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PolicyVersionIdentifier
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Information about the version of the policy associated with the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the policy.
-
#policy_version_id ⇒ String
The ID of the version of the policy associated with the resource.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy.
13765 13766 13767 13768 13769 13770 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13765 class PolicyVersionIdentifier < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end |
#policy_version_id ⇒ String
The ID of the version of the policy associated with the resource.
13765 13766 13767 13768 13769 13770 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13765 class PolicyVersionIdentifier < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end |