Class: Aws::IoT::Types::GetPolicyVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetPolicyVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the GetPolicyVersion operation.
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date the policy version was created.
-
#generation_id ⇒ String
The generation ID of the policy version.
-
#is_default_version ⇒ Boolean
Specifies whether the policy version is the default.
-
#last_modified_date ⇒ Time
The date the policy version was last modified.
-
#policy_arn ⇒ String
The policy ARN.
-
#policy_document ⇒ String
The JSON document that describes the policy.
-
#policy_name ⇒ String
The policy name.
-
#policy_version_id ⇒ String
The policy version ID.
Instance Attribute Details
#creation_date ⇒ Time
The date the policy version was created.
5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 |
# File 'lib/aws-sdk-iot/types.rb', line 5224 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) include Aws::Structure end |
#generation_id ⇒ String
The generation ID of the policy version.
5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 |
# File 'lib/aws-sdk-iot/types.rb', line 5224 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) include Aws::Structure end |
#is_default_version ⇒ Boolean
Specifies whether the policy version is the default.
5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 |
# File 'lib/aws-sdk-iot/types.rb', line 5224 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) include Aws::Structure end |
#last_modified_date ⇒ Time
The date the policy version was last modified.
5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 |
# File 'lib/aws-sdk-iot/types.rb', line 5224 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) include Aws::Structure end |
#policy_arn ⇒ String
The policy ARN.
5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 |
# File 'lib/aws-sdk-iot/types.rb', line 5224 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) include Aws::Structure end |
#policy_document ⇒ String
The JSON document that describes the policy.
5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 |
# File 'lib/aws-sdk-iot/types.rb', line 5224 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) include Aws::Structure end |
#policy_name ⇒ String
The policy name.
5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 |
# File 'lib/aws-sdk-iot/types.rb', line 5224 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) include Aws::Structure end |
#policy_version_id ⇒ String
The policy version ID.
5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 |
# File 'lib/aws-sdk-iot/types.rb', line 5224 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) include Aws::Structure end |