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.
      3493 3494 3495 3496 3497 3498 3499 3500  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3493 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.
      3493 3494 3495 3496 3497 3498 3499 3500  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3493 class CreatePolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :policy_version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_name ⇒ String
The policy name.
      3493 3494 3495 3496 3497 3498 3499 3500  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3493 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.
      3493 3494 3495 3496 3497 3498 3499 3500  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3493 class CreatePolicyResponse < Struct.new( :policy_name, :policy_arn, :policy_document, :policy_version_id) SENSITIVE = [] include Aws::Structure end  |