Class: Aws::IoT::Types::CreatePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreatePolicyResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output from the CreatePolicy operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#policy_arn ⇒ String
The policy ARN.
3990 3991 3992 3993 3994 3995 3996 3997 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3990 class CreatePolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :policy_version_id) SENSITIVE = [] include Aws::Structure end |
#policy_document ⇒ String
The JSON document that describes the policy.
3990 3991 3992 3993 3994 3995 3996 3997 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3990 class CreatePolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :policy_version_id) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The policy name.
3990 3991 3992 3993 3994 3995 3996 3997 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3990 class CreatePolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :policy_version_id) SENSITIVE = [] include Aws::Structure end |
#policy_version_id ⇒ String
The policy version ID.
3990 3991 3992 3993 3994 3995 3996 3997 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3990 class CreatePolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :policy_version_id) SENSITIVE = [] include Aws::Structure end |