Class: Aws::IoT::Types::PolicyVersionIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PolicyVersionIdentifier
- Includes:
- Structure
- Defined in:
- 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.
13068 13069 13070 13071 13072 13073 |
# File 'lib/aws-sdk-iot/types.rb', line 13068 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.
13068 13069 13070 13071 13072 13073 |
# File 'lib/aws-sdk-iot/types.rb', line 13068 class PolicyVersionIdentifier < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end |