Class: Aws::IoT::Types::CreatePolicyVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreatePolicyVersionResponse
- Includes:
- Structure
- Defined in:
- 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.
4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'lib/aws-sdk-iot/types.rb', line 4049 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.
4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'lib/aws-sdk-iot/types.rb', line 4049 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.
4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'lib/aws-sdk-iot/types.rb', line 4049 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.
4049 4050 4051 4052 4053 4054 4055 4056 |
# File 'lib/aws-sdk-iot/types.rb', line 4049 class CreatePolicyVersionResponse < Struct.new( :policy_arn, :policy_document, :policy_version_id, :is_default_version) SENSITIVE = [] include Aws::Structure end |