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.
7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 |
# File 'lib/aws-sdk-iot/types.rb', line 7986 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.
7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 |
# File 'lib/aws-sdk-iot/types.rb', line 7986 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.
7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 |
# File 'lib/aws-sdk-iot/types.rb', line 7986 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.
7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 |
# File 'lib/aws-sdk-iot/types.rb', line 7986 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.
7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 |
# File 'lib/aws-sdk-iot/types.rb', line 7986 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.
7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 |
# File 'lib/aws-sdk-iot/types.rb', line 7986 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.
7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 |
# File 'lib/aws-sdk-iot/types.rb', line 7986 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 |