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.
Constant Summary collapse
- SENSITIVE =
[]
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.
13746 13747 13748 13749 13750 13751 13752 |
# File 'lib/aws-sdk-iot/types.rb', line 13746 class PolicyVersion < Struct.new( :version_id, :is_default_version, :create_date) SENSITIVE = [] include Aws::Structure end |
#is_default_version ⇒ Boolean
Specifies whether the policy version is the default.
13746 13747 13748 13749 13750 13751 13752 |
# File 'lib/aws-sdk-iot/types.rb', line 13746 class PolicyVersion < Struct.new( :version_id, :is_default_version, :create_date) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The policy version ID.
13746 13747 13748 13749 13750 13751 13752 |
# File 'lib/aws-sdk-iot/types.rb', line 13746 class PolicyVersion < Struct.new( :version_id, :is_default_version, :create_date) SENSITIVE = [] include Aws::Structure end |