Class: Aws::IoT::Types::GetPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetPolicyResponse
- Includes:
- Structure
- Defined in:
- 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.
7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/aws-sdk-iot/types.rb', line 7794 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.
7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/aws-sdk-iot/types.rb', line 7794 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.
7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/aws-sdk-iot/types.rb', line 7794 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.
7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/aws-sdk-iot/types.rb', line 7794 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.
7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/aws-sdk-iot/types.rb', line 7794 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.
7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/aws-sdk-iot/types.rb', line 7794 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.
7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/aws-sdk-iot/types.rb', line 7794 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 |