Class: Aws::IoT::Types::GetPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetPolicyResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output from the GetPolicy operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date the policy was created.
-
#default_version_id ⇒ String
The default policy version ID.
-
#generation_id ⇒ String
The generation ID of the policy.
-
#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.
Instance Attribute Details
#creation_date ⇒ Time
The date the policy was created.
8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8543 class GetPolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :default_version_id, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#default_version_id ⇒ String
The default policy version ID.
8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8543 class GetPolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :default_version_id, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#generation_id ⇒ String
The generation ID of the policy.
8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8543 class GetPolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :default_version_id, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date the policy was last modified.
8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8543 class GetPolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :default_version_id, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The policy ARN.
8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8543 class GetPolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :default_version_id, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#policy_document ⇒ String
The JSON document that describes the policy.
8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8543 class GetPolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :default_version_id, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The policy name.
8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8543 class GetPolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :default_version_id, :creation_date, :last_modified_date, :generation_id) SENSITIVE = [] include Aws::Structure end |