Class: Aws::IoT::Types::CreatePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreatePolicyResponse
- Includes:
- Structure
- Defined in:
- 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.
3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-iot/types.rb', line 3677 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.
3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-iot/types.rb', line 3677 class CreatePolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :policy_version_id) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The policy name.
3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-iot/types.rb', line 3677 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.
3677 3678 3679 3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-iot/types.rb', line 3677 class CreatePolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :policy_version_id) SENSITIVE = [] include Aws::Structure end |