Class: Aws::IoT::Types::CreatePolicyVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreatePolicyVersionResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output of the CreatePolicyVersion operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_default_version ⇒ Boolean
Specifies whether the policy version is the default.
-
#policy_arn ⇒ String
The policy ARN.
-
#policy_document ⇒ String
The JSON document that describes the policy.
-
#policy_version_id ⇒ String
The policy version ID.
Instance Attribute Details
#is_default_version ⇒ Boolean
Specifies whether the policy version is the default.
3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3730 class CreatePolicyVersionResponse < Struct.new( :policy_arn, :policy_document, :policy_version_id, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The policy ARN.
3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3730 class CreatePolicyVersionResponse < Struct.new( :policy_arn, :policy_document, :policy_version_id, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#policy_document ⇒ String
The JSON document that describes the policy.
3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3730 class CreatePolicyVersionResponse < Struct.new( :policy_arn, :policy_document, :policy_version_id, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#policy_version_id ⇒ String
The policy version ID.
3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3730 class CreatePolicyVersionResponse < Struct.new( :policy_arn, :policy_document, :policy_version_id, :is_default_version) SENSITIVE = [] include Aws::Structure end |