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.
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.
9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-iot/types.rb', line 9465 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.
9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-iot/types.rb', line 9465 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.
9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-iot/types.rb', line 9465 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.
9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-iot/types.rb', line 9465 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.
9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-iot/types.rb', line 9465 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.
9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-iot/types.rb', line 9465 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.
9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-iot/types.rb', line 9465 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.
9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-iot/types.rb', line 9465 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 |