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.
| 4039 4040 4041 4042 4043 4044 4045 4046 | # File 'lib/aws-sdk-iot/types.rb', line 4039 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.
| 4039 4040 4041 4042 4043 4044 4045 4046 | # File 'lib/aws-sdk-iot/types.rb', line 4039 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.
| 4039 4040 4041 4042 4043 4044 4045 4046 | # File 'lib/aws-sdk-iot/types.rb', line 4039 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.
| 4039 4040 4041 4042 4043 4044 4045 4046 | # File 'lib/aws-sdk-iot/types.rb', line 4039 class CreatePolicyVersionResponse < Struct.new( :policy_arn, :policy_document, :policy_version_id, :is_default_version) SENSITIVE = [] include Aws::Structure end |