Class: Aws::IoT::Types::PolicyVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PolicyVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes a policy version.
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date and time the policy was created.
-
#is_default_version ⇒ Boolean
Specifies whether the policy version is the default.
-
#version_id ⇒ String
The policy version ID.
Instance Attribute Details
#create_date ⇒ Time
The date and time the policy was created.
8184 8185 8186 8187 8188 8189 |
# File 'lib/aws-sdk-iot/types.rb', line 8184 class PolicyVersion < Struct.new( :version_id, :is_default_version, :create_date) include Aws::Structure end |
#is_default_version ⇒ Boolean
Specifies whether the policy version is the default.
8184 8185 8186 8187 8188 8189 |
# File 'lib/aws-sdk-iot/types.rb', line 8184 class PolicyVersion < Struct.new( :version_id, :is_default_version, :create_date) include Aws::Structure end |
#version_id ⇒ String
The policy version ID.
8184 8185 8186 8187 8188 8189 |
# File 'lib/aws-sdk-iot/types.rb', line 8184 class PolicyVersion < Struct.new( :version_id, :is_default_version, :create_date) include Aws::Structure end |