Class: Aws::IoT::Types::GetPolicyVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetPolicyVersionResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output from the GetPolicyVersion operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date the policy 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 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 was created.
8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8031 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#generation_id ⇒ String
The generation ID of the policy version.
8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8031 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#is_default_version ⇒ Boolean
Specifies whether the policy version is the default.
8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8031 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date the policy was last modified.
8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8031 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The policy ARN.
8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8031 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#policy_document ⇒ String
The JSON document that describes the policy.
8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8031 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The policy name.
8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8031 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#policy_version_id ⇒ String
The policy version ID.
8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8031 class GetPolicyVersionResponse < Struct.new( :policy_arn, :policy_name, :policy_document, :policy_version_id, :is_default_version, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |